Author: bago
Date: Sat Aug 23 10:15:53 2008
New Revision: 688374

URL: http://svn.apache.org/viewvc?rev=688374&view=rev
Log:
Added maven-mailetdocs-plugin to crypto stage folder, updated the plugin for 
standard stage.

Added:
    james/mailet/crypto/trunk/stage/org.apache.james/maven-plugins/
    
james/mailet/crypto/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar
   (with props)
    
james/mailet/crypto/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
Modified:
    
james/mailet/standard/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar
    
james/mailet/standard/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom

Added: 
james/mailet/crypto/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar?rev=688374&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/mailet/crypto/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
james/mailet/crypto/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/mailet/crypto/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom?rev=688374&view=auto
==============================================================================
--- 
james/mailet/crypto/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
 (added)
+++ 
james/mailet/crypto/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
 Sat Aug 23 10:15:53 2008
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+  <!--
+    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.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>maven-mailetdocs-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <version>1.0-SNAPSHOT</version>
+  <name>maven-mailetdocs-plugin Maven Mojo</name>
+  <url>http://maven.apache.org</url>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>mailet</artifactId>
+      <version>2.4-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4.1</version>
+    </dependency>
+    <dependency>
+      <groupId>com.thoughtworks.qdox</groupId>
+      <artifactId>qdox</artifactId>
+      <version>1.6.3</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.6</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: 
james/mailet/standard/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/maven-plugins/maven-mailetdocs-plugin-1.0-SNAPSHOT.jar?rev=688374&r1=688373&r2=688374&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
james/mailet/standard/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
URL: 
http://svn.apache.org/viewvc/james/mailet/standard/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom?rev=688374&r1=688373&r2=688374&view=diff
==============================================================================
--- 
james/mailet/standard/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
 (original)
+++ 
james/mailet/standard/trunk/stage/org.apache.james/poms/maven-mailetdocs-plugin-1.0-SNAPSHOT.pom
 Sat Aug 23 10:15:53 2008
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
-  <!--
-    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.    
-  -->
+  <!--
+    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.    
+  -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>maven-mailetdocs-plugin</artifactId>
@@ -38,31 +38,49 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>mailet</artifactId>
+      <version>2.4-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
       <version>2.0.4.1</version>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.5.6</version>
+      <groupId>com.thoughtworks.qdox</groupId>
+      <artifactId>qdox</artifactId>
+      <version>1.6.3</version>
     </dependency>
     <dependency>
-      <groupId>javadoc</groupId>
-      <artifactId>javadoc</artifactId>
-      <version>1.3</version>
-      <type>pom</type>
-      <scope>provided</scope>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
-      <groupId>com.thoughtworks.qdox</groupId>
-      <artifactId>qdox</artifactId>
-      <version>1.6.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
-      <version>2.4-SNAPSHOT</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.6</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to