Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 05:54:59 -0400 (Fri, 18 Apr 2008)
New Revision: 6494
Modified:
spi/trunk/profiles-example.xml
Log:
add comments
Modified: spi/trunk/profiles-example.xml
===================================================================
--- spi/trunk/profiles-example.xml 2008-04-18 09:46:14 UTC (rev 6493)
+++ spi/trunk/profiles-example.xml 2008-04-18 09:54:59 UTC (rev 6494)
@@ -1,6 +1,7 @@
<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">
-
+
+ <!-- This profile can also be defined in ~/.m2/settings.xml -->
<profiles>
<profile>
<id>user-profile</id>
@@ -8,6 +9,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
+ <!-- The location of the legacy jboss repository -->
<jboss.local.repository>/home/tdiesler/svn/jboss.local.repository</jboss.local.repository>
</properties>
</profile>