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

Fred Bricon (JIRA) jira-events at lists.jboss.org
Wed Sep 26 05:20:35 EDT 2012


Fred Bricon created JBDS-2296:
---------------------------------

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