]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
v0.3.2
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index e767a74409f6d57dfb286be51cc1218c2ccead30..530a1f51bd99e4989ee95d13b63091003a291623 100644 (file)
@@ -8,7 +8,7 @@
        <version>0.11.2-SNAPSHOT</version>
        <description>SLC Distribution</description>
        <url>
-               http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
+               http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
        </url>
        <properties>
                <version.spring>2.5.6.A</version.spring>
@@ -16,6 +16,7 @@
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
+               <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
        </properties>
        <scm>
                <connection>
                        <name>Apache 2</name>
                        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
                        <distribution>repo</distribution>
-                       <comments>A business-friendly OSS license</comments>
+                       <comments><![CDATA[
+SLC - Software LifeCycle framework
+                          
+Copyright 2008 Mathieu Baudier - Argeo e.U.
+
+Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+]]>
+               </comments>
                </license>
        </licenses>
        <organization>
                                <plugin>
                                        <groupId>org.apache.felix</groupId>
                                        <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>1.4.3</version>
+                                       <version>${version.maven-bundle-plugin}</version>
                                        <extensions>true</extensions>
                                        <configuration>
                                                <manifestLocation>src/main/resources/META-INF</manifestLocation>
                                <groupId>org.hibernate</groupId>
                                <artifactId>com.springsource.org.hibernate</artifactId>
                                <version>3.2.6.ga</version>
+                               <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
                        </dependency>
                        <dependency>
                                <groupId>net.sourceforge.jexcelapi</groupId>
                        </snapshots>
                </repository>
        </repositories>
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>argeo</id>
+                       <url>http://www.argeo.org/maven/argeo</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+               <pluginRepository>
+                       <id>argeo-snapshots</id>
+                       <url>http://www.argeo.org/maven/argeo-snapshots</url>
+                       <releases>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+       </pluginRepositories>
        <distributionManagement>
                <repository>
                        <uniqueVersion>false</uniqueVersion>