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

Fred Bricon (JIRA) jira-events at lists.jboss.org
Wed Oct 17 10:30:04 EDT 2012


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

Fred Bricon commented on JBDS-2296:
-----------------------------------

Instead of relying on the tesla.io build machine, you need to get the bits from http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.15.0/N/0.15.0.201207090125/

No downtime with maven central :-)
                
> 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: Max Rydahl Andersen
>              Labels: respin-a
>             Fix For: 6.0.0.CR1
>
>
> 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