Author: kmorin Date: 2009-11-04 11:20:31 +0100 (Wed, 04 Nov 2009) New Revision: 310 Modified: wikengo_core-wikitty/pom.xml Log: Separation of solr Modified: wikengo_core-wikitty/pom.xml =================================================================== --- wikengo_core-wikitty/pom.xml 2009-11-04 10:20:09 UTC (rev 309) +++ wikengo_core-wikitty/pom.xml 2009-11-04 10:20:31 UTC (rev 310) @@ -14,6 +14,7 @@ <modules> <module>wikengo_core-wikitty-api</module> <module>wikengo_core-wikitty-jdbc-impl</module> + <module>wikengo_core-wikitty-solr-impl</module> </modules> <parent> @@ -30,9 +31,9 @@ <snapshotRepository> <id>nuiton</id> <url>scpexe://nuiton.org/var/lib/maven/snapshot</url> - </snapshotRepository> + </snapshotRepository> </distributionManagement> - + <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> @@ -77,7 +78,7 @@ </repository> </repositories> - + <profiles> <!-- perform only on a release stage when using the maven-release-plugin --> <profile>
participants (1)
-
kmorin@users.nuiton.org