Author: kmorin Date: 2009-04-17 12:58:01 +0000 (Fri, 17 Apr 2009) New Revision: 1326 Modified: guix/trunk/pom.xml Log: Modified: guix/trunk/pom.xml =================================================================== --- guix/trunk/pom.xml 2009-04-17 12:57:31 UTC (rev 1325) +++ guix/trunk/pom.xml 2009-04-17 12:58:01 UTC (rev 1326) @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> @@ -19,7 +20,6 @@ <modules> <module>guix-compiler</module> <module>guix-maven-plugin</module> - <module>jaxx-my-example</module> </modules> <dependencies> @@ -163,6 +163,13 @@ </pluginManagement> <plugins> + + <plugin> + <groupId>org.codelutin.guix</groupId> + <artifactId>guix-maven-plugin</artifactId> + <version>${project.version}</version> + </plugin> + <!-- Always process jrst files, but only called on pre-site phase --> <plugin> <groupId>org.codelutin</groupId> @@ -207,11 +214,9 @@ <name>CodeLutinRepository</name> <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> <snapshots> - <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy> </snapshots> <releases> - <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy> </releases> </repository>
participants (1)
-
kmorin@users.labs.libre-entreprise.org