[Lutinbuilder-commits] r344 - lutinproject/trunk
Author: tchemit Date: 2009-02-04 16:29:55 +0000 (Wed, 04 Feb 2009) New Revision: 344 Modified: lutinproject/trunk/pom.xml Log: suppress all lutin ib and plugin from this pom, ready for release Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2009-01-29 13:57:21 UTC (rev 343) +++ lutinproject/trunk/pom.xml 2009-02-04 16:29:55 UTC (rev 344) @@ -235,13 +235,15 @@ <generator.version>0.63</generator.version> <processor.version>0.16</processor.version> <lutinutil.version>1.0.2</lutinutil.version> + <lutinwidget.version>0.12</lutinwidget.version> + <javadoc.version>2.4</javadoc.version> <lutin-enforcer-rules.version>0.2</lutin-enforcer-rules.version> <!-- default license to use --> <license-switcher.licenseName>lgpl_v3</license-switcher.licenseName> - <!-- pour ne pas generer la javadoc (quand on aura un javadoc 2.5 --> + <!-- pour ne pas generer la javadoc (quand on aura un javadoc 2.5) --> <maven.javadoc.skip>false</maven.javadoc.skip> <scm.url.prefix>http://${labs.host}/plugins/scmsvn/viewcvs.php</scm.url.prefix> @@ -249,7 +251,7 @@ <scm.dc.prefix>scm:svn:svn+ssh://${username}@${labs.host}</scm.dc.prefix> <scm.c.prefix>scm:svn:svn://anonymous@${labs.host}</scm.c.prefix> - + <scm.c.suffix>svnroot/${labs.project}/${project.artifactId}/trunk</scm.c.suffix> <scm.c.suffix.child>svnroot/${labs.project}/${project.parent.artifactId}/trunk/${project.artifactId} </scm.c.suffix.child> @@ -285,17 +287,7 @@ </excludes> </resource> - <!-- this is a deprecated directory --> - <!--resource> - <directory>${maven.src.dir}/main/uimodel</directory> - <includes> - <include>**/*.xml</include> - <include>**/*.xgl</include> - <include>**/*.bsh</include> - </includes> - </resource--> - - <!-- this is a deprecated directory --> + <!-- FIXME this resource should not be always included in our super-pom ! --> <resource> <directory>${maven.src.dir}/main/xsl</directory> <includes> @@ -366,33 +358,6 @@ <!-- PHASE GENERATE-SOURCES --> <!-- - - - - - - - - - - - --> - <!-- plugin jaxx --> - <plugin> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <version>${jaxx.version}</version> - <configuration> - <src>${basedir}/src/main/java</src> - </configuration> - </plugin> - - <!-- plugin generator --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-generator-plugin</artifactId> - <version>${generator.version}</version> - <inherited>true</inherited> - <configuration> - <srcDirZuml>src/main/xmi</srcDirZuml> - <srcXmiDest>${maven.gen.dir}/xmi/</srcXmiDest> - <srcGenDest>${maven.gen.dir}/resources/objectmodel/</srcGenDest> - <destDirGen>${maven.gen.dir}/java</destDirGen> - <includes>**/*.objectmodel</includes> - <copyVersionDir>src/main/resources/oldmappings/%MODELNAME%</copyVersionDir> - <copyVersionFiles>**/*.hbm.xml</copyVersionFiles> - </configuration> - </plugin> - <!-- - - - - - - - - - - - --> <!-- PHASE PROCESS-SOURCES --> <!-- - - - - - - - - - - - --> @@ -402,24 +367,6 @@ <!-- PHASE GENERATE-RESOURCES --> <!-- - - - - - - - - - - - - --> - <!-- plugin i18n --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${i18n.version}</version> - <configuration> - <bundles> - <param>fr_FR</param> - <param>en_GB</param> - </bundles> - <encoding>${maven.compile.encoding}</encoding> - <src>${maven.src.dir}/main/resources/i18n</src> - <defaultBasedir>${maven.src.dir}/main/java</defaultBasedir> - <keysModifier>false</keysModifier> - <keepBackup>false</keepBackup> - </configuration> - </plugin> - <!-- - - - - - - - - - - - - --> <!-- PHASE PROCESS-RESOURCES --> <!-- - - - - - - - - - - - - --> @@ -450,24 +397,6 @@ <!-- PHASE PROCESS-CLASSES --> <!-- - - - - - - - - - - - --> - <!-- plugin license-switcher --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>${license-switcher.version}</version> - <configuration> - <licenseName>${license-switcher.licenseName}</licenseName> - </configuration> - <executions> - <execution> - <id>attach-licenses</id> - <goals> - <goal>license</goal> - <goal>third-party</goal> - </goals> - </execution> - </executions> - </plugin> <!-- - - - - - --> <!-- PHASE TEST --> <!-- - - - - - --> @@ -503,8 +432,8 @@ </configuration> <executions> <execution> - <!--id>copy-dependencies</id--> - <!--phase>package</phase--> + <id>copy-dependencies</id> + <phase>package</phase> <goals> <goal>copy-dependencies</goal> </goals> @@ -587,32 +516,6 @@ </plugin> - <!-- - - - - - - - --> - <!-- PHASE PRE-SITE --> - <!-- - - - - - - - --> - - <!-- plugin jrst --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - <version>${jrst.version}</version> - <configuration> - <directoryIn>${maven.src.dir}/site</directoryIn> - <directoryOut>${maven.site.gen.dir}</directoryOut> - <defaultLocale>fr</defaultLocale> - <inputEncoding>${maven.compile.encoding}</inputEncoding> - <outputEncoding>${maven.compile.encoding}</outputEncoding> - </configuration> - <executions> - <execution> - <phase>pre-site</phase> - <goals> - <goal>jrst</goal> - </goals> - </execution> - </executions> - </plugin> - <!-- - - - - - --> <!-- PHASE SITE --> <!-- - - - - - --> @@ -636,22 +539,6 @@ <plugins> - <!-- always check labs properties --> - <!--plugin> - <artifactId>maven-enforcer-plugin</artifactId> - </plugin--> - - <!-- always compute source jar --> - <!--plugin> - <artifactId>maven-source-plugin</artifactId> - </plugin--> - - <!-- always add license to classpath --> - <!--plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - </plugin--> - <!--Tasks Ant--> <plugin> <artifactId>maven-antrun-plugin</artifactId> @@ -677,11 +564,6 @@ </executions> </plugin> - <!-- Always process jrst files, but only called on pre-site phase --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - </plugin> </plugins> </build> @@ -788,9 +670,21 @@ <url>http://${labs.host}/tracker/?group_id=${labs.id}</url> </issueManagement> - <!-- add ciManagement - <ciManagement></ciManagement> - --> + <ciManagement> + <system>hudson</system> + <url>http://monitor:8080</url> + <notifiers> + <notifier> + <type>mail</type> + <configuration> + <recipients>dev@codelutin.com</recipients> + </configuration> + <sendOnSuccess>true</sendOnSuccess> + <sendOnError>true</sendOnError> + <address>admin+hudson@codelutin.com</address> + </notifier> + </notifiers> + </ciManagement> <!--Any mailing lists for the project--> <mailingLists> @@ -914,31 +808,7 @@ <maven.test.skip>true</maven.test.skip> </properties> </profile> - <profile> - <id>license</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>${license-switcher.version}</version> - <configuration> - <licenseName>${license-switcher.licenseName}</licenseName> - </configuration> - <executions> - <execution> - <goals> - <goal>switch</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> + <!-- perform only on a release stage when using the maven-release-plugin --> <profile> <id>release-profile</id> @@ -956,17 +826,6 @@ <artifactId>maven-enforcer-plugin</artifactId> </plugin> - <!-- always add license to classpath --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <executions> - <execution> - <id>attach-licenses</id> - </execution> - </executions> - </plugin> - <!-- always compute source jar --> <plugin> <artifactId>maven-source-plugin</artifactId> @@ -994,7 +853,7 @@ <!-- big hack : test the existance of a rst file to know if we are really in the plugin ? --> <profile> <id>internalProfile</id> - <activation> + <activation> <file> <exists>src/site/fr/rst/MavenProjectBestPractices.rst</exists> </file>
participants (1)
-
tchemit@users.labs.libre-entreprise.org