You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2010/07/16 13:13:43 UTC

svn commit: r964764 - in /servicemix/m2-repo/org/apache/aries/parent: ./ 0.1-r964701/ 0.1-r964701/parent-0.1-r964701.pom maven-metadata-local.xml

Author: gnodet
Date: Fri Jul 16 11:13:43 2010
New Revision: 964764

URL: http://svn.apache.org/viewvc?rev=964764&view=rev
Log:
Add aries timestamped version

Added:
    servicemix/m2-repo/org/apache/aries/parent/
    servicemix/m2-repo/org/apache/aries/parent/0.1-r964701/
    servicemix/m2-repo/org/apache/aries/parent/0.1-r964701/parent-0.1-r964701.pom
    servicemix/m2-repo/org/apache/aries/parent/maven-metadata-local.xml

Added: servicemix/m2-repo/org/apache/aries/parent/0.1-r964701/parent-0.1-r964701.pom
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/aries/parent/0.1-r964701/parent-0.1-r964701.pom?rev=964764&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/aries/parent/0.1-r964701/parent-0.1-r964701.pom (added)
+++ servicemix/m2-repo/org/apache/aries/parent/0.1-r964701/parent-0.1-r964701.pom Fri Jul 16 11:13:43 2010
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); 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
+    "AS IS" 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.
+-->
+<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 file was based on the Geronimo Genesis Parent Pom -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>7</version>
+    </parent>
+
+    <groupId>org.apache.aries</groupId>
+    <artifactId>parent</artifactId>
+    <name>Aries :: Top Parent POM</name>
+    <version>0.1-r964701</version>
+    <packaging>pom</packaging>
+
+    <description>
+        Aries top-level parent pom
+    </description>
+
+    <url>http://incubator.apache.org/aries</url>
+
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
+    <inceptionYear>2009</inceptionYear>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/parent</developerConnection>
+        <url>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/parent</url>
+    </scm>
+
+    <issueManagement>
+        <system>jira</system>
+        <url>https://issues.apache.org/jira/browse/ARIES</url>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>Aries User List</name>
+            <subscribe>aries-user-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>aries-user-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>mailto:aries-user@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-aries-user/</archive>
+        </mailingList>
+
+        <mailingList>
+            <name>Aries Developer List</name>
+            <subscribe>aries-dev-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>aries-dev-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>mailto:aries-dev@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-aries-dev/</archive>
+        </mailingList>
+
+        <mailingList>
+            <name>Aries Commits List</name>
+            <subscribe>aries-commits-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>aries-commits-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>mailto:aries-commits@incubator.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/incubator-aries-commits/</archive>
+        </mailingList>
+    </mailingLists>
+
+    <repositories>
+        <repository>
+            <id>codehaus.snapshots</id>
+            <name>Codehaus Snapshots Repository</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>https://repository.apache.org/content/groups/snapshots-group</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+
+        <pluginRepository>
+            <id>codehaus.snapshots</id>
+            <name>Codehaus Snapshots Repository</name>
+            <url>http://snapshots.repository.codehaus.org</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
+    <modules>
+        <module>default-parent</module>
+    </modules>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build> 
+
+    <profiles>
+        <profile>
+            <id>strict-enforcement</id>
+            <activation>
+                <property>
+                    <name>enforce</name>
+                    <value>strict</value>
+                </property>
+            </activation>
+
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-enforcer-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>enforce</goal>
+                                </goals>
+                                <configuration>
+                                    <rules>
+                                        <requirePluginVersions>
+                                            <banLatest>true</banLatest>
+                                            <banRelease>true</banRelease>
+                                            <banSnapshots>true</banSnapshots>
+                                            <banTimestamps>true</banTimestamps>
+                                        </requirePluginVersions>
+                                        <requireReleaseDeps>
+                                            <searchTransitive>true</searchTransitive>
+                                        </requireReleaseDeps>
+                                    </rules>
+                                    <fail>true</fail>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>rat</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>0.6</version>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+                            <excludeSubProjects>false</excludeSubProjects>
+                            <excludes>
+                                <exclude>**/target/**/*</exclude>
+                                <exclude>**/appended-resources/**/*</exclude>
+                                <exclude>**/dependency-reduced-pom.xml</exclude> 
+                                <exclude>**/velocity.log</exclude>
+                                <!-- manifest files don't support comments so don't contain the ASL2.0 header -->
+                                <exclude>**/*.MF</exclude>
+                                <!--RAT doesn't seem to recognize MIT style licenses-->
+                                <exclude>manual/src/styles/print.css</exclude>
+                            </excludes>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+
+    </profiles>
+</project>
+

Added: servicemix/m2-repo/org/apache/aries/parent/maven-metadata-local.xml
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/aries/parent/maven-metadata-local.xml?rev=964764&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/aries/parent/maven-metadata-local.xml (added)
+++ servicemix/m2-repo/org/apache/aries/parent/maven-metadata-local.xml Fri Jul 16 11:13:43 2010
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.aries</groupId>
+  <artifactId>parent</artifactId>
+  <version>0.2-incubating-SNAPSHOT</version>
+  <versioning>
+    <versions>
+      <version>0.2-incubating-SNAPSHOT</version>
+      <version>0.1-20100716</version>
+      <version>0.1-r964701</version>
+    </versions>
+    <lastUpdated>20100716100227</lastUpdated>
+  </versioning>
+</metadata>