r2188 - in trunk: . topia-persistence topia-service-migration topia-service-replication topia-service-security
Author: tchemit Date: 2011-01-26 14:50:12 +0100 (Wed, 26 Jan 2011) New Revision: 2188 Url: http://nuiton.org/repositories/revision/topia/2188 Log: clean poms before release Modified: trunk/pom.xml trunk/topia-persistence/pom.xml trunk/topia-service-migration/pom.xml trunk/topia-service-replication/pom.xml trunk/topia-service-security/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-26 13:40:25 UTC (rev 2187) +++ trunk/pom.xml 2011-01-26 13:50:12 UTC (rev 2188) @@ -78,19 +78,7 @@ <scope>compile</scope> </dependency> - <!--dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.5</version> - </dependency--> - - <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernateVersion}</version> Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2011-01-26 13:40:25 UTC (rev 2187) +++ trunk/topia-persistence/pom.xml 2011-01-26 13:50:12 UTC (rev 2188) @@ -323,45 +323,6 @@ </profile> - <profile> - <id>run-its</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <artifactId>maven-invoker-plugin</artifactId> - <configuration> - <pomIncludes> - <pomInclude>copyVersionFiles/anomalie163/pom.xml</pomInclude> - <!--<pomInclude>**/pom.xml</pomInclude>--> - </pomIncludes> - <postBuildHookScript>verify</postBuildHookScript> - <localRepositoryPath>${basedir}/target/local-repo - </localRepositoryPath> - <settingsFile>src/it/settings.xml</settingsFile> - <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo> - <!--<debug>true</debug>--> - </configuration> - <executions> - <execution> - <id>integration-test</id> - <goals> - <goal>install</goal> - <goal>run</goal> - </goals> - <phase>integration-test</phase> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project> Modified: trunk/topia-service-migration/pom.xml =================================================================== --- trunk/topia-service-migration/pom.xml 2011-01-26 13:40:25 UTC (rev 2187) +++ trunk/topia-service-migration/pom.xml 2011-01-26 13:50:12 UTC (rev 2188) @@ -117,13 +117,6 @@ <resources> - <!--resource> - <directory>${maven.gen.dir}/java</directory> - <includes> - <include>**/*.hbm.xml</include> - </includes> - </resource--> - <resource> <directory>${maven.src.dir}/main/resources</directory> <includes> @@ -136,33 +129,6 @@ <plugins> - <!--plugin> - <groupId>org.nuiton.eugene</groupId> - <artifactId>maven-eugene-plugin</artifactId> - <executions> - <execution> - <id>Migration service generator</id> - <phase>generate-sources</phase> - <configuration> - <templates>org.nuiton.topia.generator.TopiaMetaTransformer</templates> - <fullPackagePath>org.nuiton.topia.migration</fullPackagePath> - <defaultPackage>org.nuiton.topia.migration</defaultPackage> - </configuration> - <goals> - <goal>smart-generate</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>topia-persistence</artifactId> - <version>${project.version}</version> - <scope>compile</scope> - </dependency> - </dependencies> - </plugin--> - <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> Modified: trunk/topia-service-replication/pom.xml =================================================================== --- trunk/topia-service-replication/pom.xml 2011-01-26 13:40:25 UTC (rev 2187) +++ trunk/topia-service-replication/pom.xml 2011-01-26 13:50:12 UTC (rev 2188) @@ -127,19 +127,6 @@ </plugin> <plugin> - <!-- on expose le classifier test pour pouvoir reutiliser la - base de test . - - Dans le module qui veut utiliser ces tests, ecrire : - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>topia-service-replication</artifactId> - <version>${project.version}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - --> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> Modified: trunk/topia-service-security/pom.xml =================================================================== --- trunk/topia-service-security/pom.xml 2011-01-26 13:40:25 UTC (rev 2187) +++ trunk/topia-service-security/pom.xml 2011-01-26 13:50:12 UTC (rev 2188) @@ -144,15 +144,10 @@ </templates> <defaultPackage>org.nuiton.topia</defaultPackage> <fullPackagePath>org.nuiton.topia</fullPackagePath> - - <!--<includes>**/*.objectmodel</includes>--> - <!--<copyVersionDir>${maven.src.dir}/main/resources/oldmappings/%MODELNAME%</copyVersionDir>--> - <!--<copyVersionFiles>**/*.hbm.xml</copyVersionFiles>--> <overwrite>true</overwrite> </configuration> <goals> <goal>smart-generate</goal> - <!--<goal>copyVersionFiles</goal>--> </goals> </execution> </executions>
participants (1)
-
tchemit@users.nuiton.org