You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/02/11 22:23:00 UTC

svn commit: r1444969 - in /commons/sandbox/weaver/branches/mjb: example/pom.xml modules/privilizer/weaver/pom.xml pom.xml processor/pom.xml

Author: mbenson
Date: Mon Feb 11 21:22:59 2013
New Revision: 1444969

URL: http://svn.apache.org/r1444969
Log:
project setup

Modified:
    commons/sandbox/weaver/branches/mjb/example/pom.xml
    commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml
    commons/sandbox/weaver/branches/mjb/pom.xml
    commons/sandbox/weaver/branches/mjb/processor/pom.xml

Modified: commons/sandbox/weaver/branches/mjb/example/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/mjb/example/pom.xml?rev=1444969&r1=1444968&r2=1444969&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/mjb/example/pom.xml (original)
+++ commons/sandbox/weaver/branches/mjb/example/pom.xml Mon Feb 11 21:22:59 2013
@@ -31,9 +31,14 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-weaver-privilizer</artifactId>
+      <artifactId>commons-weaver-privilizer-api</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

Modified: commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml?rev=1444969&r1=1444968&r2=1444969&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml (original)
+++ commons/sandbox/weaver/branches/mjb/modules/privilizer/weaver/pom.xml Mon Feb 11 21:22:59 2013
@@ -39,12 +39,10 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-weaver-processor</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>org.javassist</groupId>

Modified: commons/sandbox/weaver/branches/mjb/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/mjb/pom.xml?rev=1444969&r1=1444968&r2=1444969&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/mjb/pom.xml (original)
+++ commons/sandbox/weaver/branches/mjb/pom.xml Mon Feb 11 21:22:59 2013
@@ -41,10 +41,10 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
-    <commons.componentid>privilizer</commons.componentid>
+    <commons.componentid>weaver</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
-    <!--commons.jira.id>PRIVILIZER</commons.jira.id>
+    <!--commons.jira.id>WEAVER</commons.jira.id>
     <commons.jira.pid>666</commons.jira.pid-->
   </properties>
 
@@ -64,27 +64,44 @@
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/privilizer/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/privilizer/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/sandbox/privilizer/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/weaver/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/weaver/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/</url>
   </scm>
 
   <distributionManagement>
     <site>
       <id>website</id>
       <name>Apache Website</name>
-      <url>scp://people.apache.org/www/commons.apache.org/sandbox/privilizer/</url>
+      <url>scp://people.apache.org/www/commons.apache.org/sandbox/weaver/</url>
     </site>
   </distributionManagement>
 
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.10</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-weaver-processor</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>xbean-finder-shaded</artifactId>
+        <version>3.13-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>3.1</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.11</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
   <build>
     <pluginManagement>
@@ -117,7 +134,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -167,6 +184,29 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <linksource>true</linksource>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+          <aggregate>true</aggregate>
+          </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <modules>
     <module>processor</module>
     <module>modules</module>

Modified: commons/sandbox/weaver/branches/mjb/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/mjb/processor/pom.xml?rev=1444969&r1=1444968&r2=1444969&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/mjb/processor/pom.xml (original)
+++ commons/sandbox/weaver/branches/mjb/processor/pom.xml Mon Feb 11 21:22:59 2013
@@ -44,7 +44,11 @@ under the License.
       <artifactId>commons-lang3</artifactId>
       <version>3.1</version>
     </dependency>
-
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
 </project>