Author: hlship Date: Thu May 4 12:38:03 2006 New Revision: 399836 URL: http://svn.apache.org/viewcvs?rev=399836&view=rev Log: Move more of the build configuration into the tapestry-project pom.
Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml URL: http://svn.apache.org/viewcvs/tapestry/tapestry5/tapestry-core/trunk/pom.xml?rev=399836&r1=399835&r2=399836&view=diff ============================================================================== --- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original) +++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Thu May 4 12:38:03 2006 @@ -43,7 +43,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <scope>compile</scope> + <scope>provided</scope> </dependency> <!-- Override parent pom: needed at compile time. --> <dependency> @@ -53,7 +53,7 @@ Or perhaps this has something to do with classifier. --> <version>4.7</version> <classifier>jdk15</classifier> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>aspectj</groupId> @@ -61,28 +61,10 @@ </dependency> </dependencies> <build> - <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> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> - <configuration> - <complianceLevel>1.5</complianceLevel> - </configuration> - <executions> - <execution> - <goals> - <goal>compile</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]