You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/08/08 21:24:22 UTC

svn commit: r684061 - in /maven/sandbox/trunk/mercury: ./ mercury-crypto/ mercury-crypto/mercury-crypto-api/ mercury-crypto/mercury-crypto-api/src/ mercury-crypto/mercury-crypto-api/src/main/ mercury-crypto/mercury-crypto-api/src/main/java/ mercury-cry...

Author: ogusakov
Date: Fri Aug  8 12:24:21 2008
New Revision: 684061

URL: http://svn.apache.org/viewvc?rev=684061&view=rev
Log:
added pgp placeholder, working on implementation

Added:
    maven/sandbox/trunk/mercury/mercury-crypto/   (with props)
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/   (with props)
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/pom.xml
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/main/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/main/java/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/test/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/test/java/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/test/resources/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/   (with props)
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/pom.xml
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/src/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/src/main/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/src/main/java/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/src/test/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/src/test/java/
    maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/src/test/resources/
    maven/sandbox/trunk/mercury/mercury-crypto/pom.xml
Modified:
    maven/sandbox/trunk/mercury/pom.xml

Propchange: maven/sandbox/trunk/mercury/mercury-crypto/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Aug  8 12:24:21 2008
@@ -0,0 +1,4 @@
+.settings
+.classpath
+.project
+bin

Propchange: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Aug  8 12:24:21 2008
@@ -0,0 +1,4 @@
+.settings
+bin
+.classpath
+.project

Added: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/pom.xml?rev=684061&view=auto
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/pom.xml (added)
+++ maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/pom.xml Fri Aug  8 12:24:21 2008
@@ -0,0 +1,12 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury-crypto</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>mercury-crypto-api</artifactId>
+  <name>Mercury Crypto APIs</name>
+
+</project>
\ No newline at end of file

Propchange: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Aug  8 12:24:21 2008
@@ -0,0 +1,4 @@
+.settings
+bin
+.classpath
+.project

Added: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/pom.xml?rev=684061&view=auto
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/pom.xml (added)
+++ maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-pgp/pom.xml Fri Aug  8 12:24:21 2008
@@ -0,0 +1,11 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>mercury-crypto-pgp</artifactId>
+  <name>Mercury Crypto PGP implementation</name>
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury-crypto</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+
+</project>
\ No newline at end of file

Added: maven/sandbox/trunk/mercury/mercury-crypto/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-crypto/pom.xml?rev=684061&view=auto
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-crypto/pom.xml (added)
+++ maven/sandbox/trunk/mercury/mercury-crypto/pom.xml Fri Aug  8 12:24:21 2008
@@ -0,0 +1,18 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury-pom</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>mercury-crypto</artifactId>
+  <name>Mercury Crypto Components Reactor</name>
+  <packaging>pom</packaging>
+  <version>1.0.0-SNAPSHOT</version>
+
+  <modules>
+  <module>mercury-crypto-api</module>
+  <module>mercury-crypto-pgp</module>
+  </modules>
+
+</project>
\ No newline at end of file

Modified: maven/sandbox/trunk/mercury/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/pom.xml?rev=684061&r1=684060&r2=684061&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/pom.xml (original)
+++ maven/sandbox/trunk/mercury/pom.xml Fri Aug  8 12:24:21 2008
@@ -14,6 +14,7 @@
     <module>mercury-repo</module>
     <module>mercury-transport</module>
     <module>mercury-external</module>
+    <module>mercury-crypto</module>
     <module>mercury-it</module>
   </modules>