[jboss-dev-forums] [Design of JBoss Build System] - Re: Eclipse:eclipse settings for parent pom

wolfc do-not-reply at jboss.com
Wed Sep 19 10:12:21 EDT 2007


I was just thinking of the profile, not the default config, so:
  <profiles>
  |     <profile>
  |      <id>eclipse</id>
  |      <build>
  |        <plugins>
  |         <plugin>
  |           <groupId>org.apache.maven.plugins</groupId>
  |          <artifactId>maven-eclipse-plugin</artifactId>
  |          <configuration>
  |            <downloadSources>true</downloadSources>
  |            <buildOutputDirectory>target/eclipse-classes</buildOutputDirectory>
  |          </configuration>
  |         </plugin>
  |       </plugins>
  |      </build>
  |    </profile>
  |   </profiles>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086134#4086134

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086134



More information about the jboss-dev-forums mailing list