Uploaded image for project: 'Maven EAR Plugin'
  1. Maven EAR Plugin
  2. MEAR-52

Ability to add jboss dataosources (*ds.xml) files as a jarModule

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.2
    • None

    Description

      It would be nice to be able to add a jarModule as:
      <modules>
      <jarModule>
      <uri>mysql-ds.xml</uri>
      <includeInApplicationXml>true</includeInApplicationXml>
      </jarModule>
      </modules>

      So the resulting application.xml looks like:

      <application>
      ...
      <module>
      <java>mysql-ds.xml</java>
      </module>
      </application>

      This would help to deploy jboss datasources with the ear.

      Attachments

        1. maven-ear-plugin_datasource-patch_2.txt
          18 kB
          Matthew Gagne
        2. maven-ear-plugin_datasource-patch_2.txt
          29 kB
          Matthew Gagne
        3. maven-ear-plugin_datasource-patch_final.txt
          7 kB
          Matthew Gagne
        4. maven-ear-plugin_datasource-patch.txt
          29 kB
          Matthew Gagne
        5. maven-ear-plugin_datasource-patch.txt
          14 kB
          Matthew Gagne

        Activity

          People

            snicoll Stephane Nicoll
            cesarizurieta Cesar Izurieta
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: