]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Better way to handle commands'submenus, to be able to duplicate them in context menus.
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index b194dc5252b5e436121eacfe2dcb86f2e9e0ce1b..82f5b22bb3bc4a9889dad833052fa357f9be68ba 100644 (file)
@@ -8,14 +8,14 @@
        <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>
                <version.spring-ws>1.5.5.A</version.spring-ws>
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
-               <version.jetty>6.1.11</version.jetty>
+               <version.jetty>6.1.14</version.jetty>
        </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>
                                                        <version>${version.jetty}</version>
                                                </dependency>
                                                <dependency>
-                                                       <groupId>log4j</groupId>
-                                                       <artifactId>log4j</artifactId>
-                                                       <version>1.2.14</version>
-                                                       <type>jar</type>
+                                                       <groupId>org.apache.log4j</groupId>
+                                                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+                                                       <version>1.2.15</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>javax.xml.soap</groupId>
+                                                       <artifactId>com.springsource.javax.xml.soap</artifactId>
+                                                       <version>1.3.0</version>
                                                </dependency>
                                        </dependencies>
                                </plugin>
                                <version>1.8.0.9</version>
                        </dependency>
 
+                       <!-- XML -->
                        <dependency>
                                <groupId>org.codehaus.castor</groupId>
                                <artifactId>com.springsource.org.castor</artifactId>
                        </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>