[
https://issues.jboss.org/browse/JBDS-3291?page=com.atlassian.jira.plugin....
]
Mustafa Musaji commented on JBDS-3291:
--------------------------------------
IRC chat with Max that may help with identifying the work involved with this Feature.
<maxandersen> mus: but in short - I dont see how we can from that pom know what to
add in deployment structure.
<mus> maxandersen: the projects pom.xml?
<maxandersen> mus: yes.
<maxandersen> mus: how do I know which dependencies shuold be done ?
<mus> <dependency>
<mus> <groupId>commons-beanutils</groupId>
<mus> <artifactId>commons-beanutils</artifactId>
<mus> <scope>provided</scope>
<mus> </dependency>
<mus> maxandersen: cos in your POM.xml you'd have something like that ^^^
<mus> maxandersen: which in jboss-deployment-structure.xml would map to a dependency
on "org.apache.commons.beanutils"
<maxandersen> mus: and where is that map defined ?
<mus> maxandersen: it's not that's part of the Feature Request
<maxandersen> mus: ha…ha….oh ;/
Support for auto generating jboss-deployment-structure based on JBoss
Modules selected in a project
---------------------------------------------------------------------------------------------------
Key: JBDS-3291
URL:
https://issues.jboss.org/browse/JBDS-3291
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: integration, server
Affects Versions: 8.0.0.GA
Reporter: Mustafa Musaji
Assignee: Max Rydahl Andersen
If you have a POM for a project that defines the following
{code}
<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>
{code}
The tooling should create a jboss-deployment-structure.xml that contains the
"org.apache.commons.beanutils" dependency automatically.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)