Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-3291

Support for auto generating jboss-deployment-structure based on JBoss Modules selected in a project

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • None
    • 8.0.0.GA
    • None

    Description

      If you have a POM for a project that defines the following

      <project>
      	...
      	<dependencyManagement>
      		<dependencies>
      			<dependency>
      				<groupId>org.jboss.bom</groupId>
      				<artifactId>eap6-supported-artifacts</artifactId>
      				<version>6.3.1.GA</version>
      				<scope>import</scope>
      				<type>pom</type>
      			</dependency>
      		</dependencies>
      	</dependencyManagement>
      	...
      	<dependencies>
      		<dependency>
      			<groupId>commons-beanutils</groupId>
      			<artifactId>commons-beanutils</artifactId>
      			<scope>provided</scope>
      		</dependency>
      	</dependencies>
      </project>
      

      The tooling should create a jboss-deployment-structure.xml that contains the "org.apache.commons.beanutils" dependency automatically.

      Attachments

        Issue Links

          Activity

            People

              manderse@redhat.com Max Andersen
              rhn-support-mus Mustafa Musaji
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: