[jbosstools-issues] [JBoss JIRA] (JBDS-2296) Add m2eclipse-buildhelper to installer

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Sep 26 13:48:03 EDT 2012


    [ https://issues.jboss.org/browse/JBDS-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722062#comment-12722062 ] 

Nick Boldt commented on JBDS-2296:
----------------------------------

Mirrored:

http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/20120926-1337/

[~fbricon]: Assuming you want this added to reqs mirror, then the JBT/JBDS target platforms. I can do that along with the update to Juno SR1.

Do you want it ALSO installed in JBDS out of the box via the installer? C'est a die, contained in this feature?

https://svn.jboss.org/repos/devstudio/trunk/product/features/com.jboss.jbds.m2e.feature/feature.xml
                
> Add m2eclipse-buildhelper to installer
> --------------------------------------
>
>                 Key: JBDS-2296
>                 URL: https://issues.jboss.org/browse/JBDS-2296
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Build, installer
>    Affects Versions: 6.0.0.Alpha2
>            Reporter: Fred Bricon
>            Assignee: Nick Boldt
>             Fix For: 6.0.0.Beta1
>
>
> m2eclipse-buildhelper is required to use mavenized seam projects which declare additional source directories : 
> {noformat}
> <plugin>
>   <groupId>org.codehaus.mojo</groupId>
>   <artifactId>build-helper-maven-plugin</artifactId>
>   <version>1.7</version>
>   <executions>
>     <execution>
>       <id>add-source</id>
>       <phase>generate-sources</phase>
>       <goals>
>       	<goal>add-source</goal>
>       </goals>
>       <configuration>
>         <sources><source>${basedir}/src/hot</source></sources>
>       </configuration>
>     </execution>
>   </executions>
> </plugin>
> {noformat}
> If the m2eclipse-buildhelper plugin is missing, you'll get an error marker : 
> {quote}Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.7:add-source (execution: add-source, phase: generate-sources)
> {quote}
> m2eclipse-buildhelper is available from http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/

--
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