Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv15530
Modified Files:
pom.xml
Log Message:
Arranged that you can compile mmbase jar also if you're not aware yet of the
'maven' dir
See also: http://cvs.mmbase.org/viewcvs/all
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- pom.xml 4 Apr 2009 09:42:59 -0000 1.15
+++ pom.xml 16 Apr 2009 07:37:08 -0000 1.16
@@ -209,4 +209,33 @@
</plugin>
</plugins>
</reporting>
+
+ <!--
+ If your local repository is still empty, and still want to start with
this pom
+ The mmbase-parent must be downloaded and we need the repositories first.
+ -->
+ <repositories>
+ <repository>
+ <id>mmbase</id>
+ <name>MMBase Maven2 repository</name>
+ <url>http://www.mmbase.org/maven2</url>
+ </repository>
+ <repository>
+ <id>mmbase-snapshots</id>
+ <name>MMBase Maven2 snapshots repository</name>
+ <url>http://www.mmbase.org/snapshots</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>mmbase</id>
+ <name>MMBase Maven2 repository</name>
+ <url>http://www.mmbase.org/maven2</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>mmbase-snapshots</id>
+ <name>MMBase Maven2 snapshots repository</name>
+ <url>http://www.mmbase.org/snapshots</url>
+ </pluginRepository>
+ </pluginRepositories>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs