[jbosstools-issues] [JBoss JIRA] (JBIDE-13781) Add maven-acr-plugin when converting project with app-client dependency

Rastislav Wagner (JIRA) jira-events at lists.jboss.org
Wed Mar 13 04:46:42 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-13781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rastislav Wagner updated JBIDE-13781:
-------------------------------------

    Description: 
When converting project with dependency to another project with app-client packaging we should also add 

{code}
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-acr-plugin</artifactId>
   <version>1.0</version>
   <extensions>true</extensions>
</plugin>
{code} 

in order to make sure that converted project is buildable.
WDYT ?

  was:
When converting project with dependency to another project with app-client packaging we should also add 

{code}
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-acr-plugin</artifactId>
   <version>1.0</version>
   <extensions>true</extensions>
</plugin>
{code} 

in order to make sure that converted EAR project is buildable.
WDYT ?


    
> Add maven-acr-plugin when converting project with app-client dependency
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-13781
>                 URL: https://issues.jboss.org/browse/JBIDE-13781
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: maven
>    Affects Versions: 4.1.0.Alpha1
>            Reporter: Rastislav Wagner
>            Assignee: Fred Bricon
>             Fix For: 4.1.0.Beta1
>
>
> When converting project with dependency to another project with app-client packaging we should also add 
> {code}
> <plugin>
>    <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-acr-plugin</artifactId>
>    <version>1.0</version>
>    <extensions>true</extensions>
> </plugin>
> {code} 
> in order to make sure that converted project is buildable.
> WDYT ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list