[jboss-dev-forums] [Design of JBoss Build System] - Re: jboss-parent 4-beta-2

pgier do-not-reply at jboss.com
Wed Apr 9 13:57:50 EDT 2008


Here's the relevant configuration for the compiler plugin.


  |     <plugins>
  |       <plugin>
  |         <groupId>org.apache.maven.plugins</groupId>
  |         <artifactId>maven-compiler-plugin</artifactId>
  |         <configuration>
  |           <source>1.5</source>
  |           <target>1.5</target>
  |         </configuration>
  |       </plugin>
  |     </plugins>
  | 

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

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



More information about the jboss-dev-forums mailing list