Author: sisbell Date: Wed Feb 20 10:34:51 2008 New Revision: 629565 URL: http://svn.apache.org/viewvc?rev=629565&view=rev Log: adding toolchain to build. This requires maven 2.0.9 snapshot.
Modified: incubator/nmaven/trunk/pom.xml Modified: incubator/nmaven/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=629565&r1=629564&r2=629565&view=diff ============================================================================== --- incubator/nmaven/trunk/pom.xml (original) +++ incubator/nmaven/trunk/pom.xml Wed Feb 20 10:34:51 2008 @@ -18,7 +18,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> @@ -150,6 +151,8 @@ <module>archetypes</module> <module>components</module> <module>plugins</module> + <module>imports/maven-toolchain</module> + <module>imports/maven-toolchain-plugin</module> </modules> <build> <extensions> @@ -181,7 +184,7 @@ <manifestEntries> <Build-Source-Version>1.5</Build-Source-Version> <Build-Target-Version>1.5</Build-Target-Version> - </manifestEntries> + </manifestEntries> </archive> </configuration> <version>2.1</version>