You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2006/03/05 04:35:02 UTC

svn commit: r383273 - /jakarta/commons/proper/modeler/trunk/project.xml

Author: brett
Date: Sat Mar  4 19:35:01 2006
New Revision: 383273

URL: http://svn.apache.org/viewcvs?rev=383273&view=rev
Log:
update Maven descriptor

Modified:
    jakarta/commons/proper/modeler/trunk/project.xml

Modified: jakarta/commons/proper/modeler/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/modeler/trunk/project.xml?rev=383273&r1=383272&r2=383273&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/project.xml (original)
+++ jakarta/commons/proper/modeler/trunk/project.xml Sat Mar  4 19:35:01 2006
@@ -39,18 +39,17 @@
   </organization>
 
   <licenses>
-	<license>
-    	<name>The Apache Software License, Version 2.0</name>
-    	<url>/LICENSE.txt</url>
-    	<distribution>repo</distribution>
-	</license>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>/LICENSE.txt</url>
+      <distribution>repo</distribution>
+      </license>
   </licenses>
   
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
-  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteAddress>minotaur.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
-  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
     <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
@@ -98,8 +97,8 @@
 
     <dependency>
       <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0</version>
+      <artifactId>commons-logging-api</artifactId>
+      <version>1.0.4</version>
     </dependency>
 
     <dependency>
@@ -109,12 +108,6 @@
     </dependency>
 
     <dependency>
-      <groupId>mx4j</groupId>
-      <artifactId>mx4j-tools</artifactId>
-      <version>1.1</version>
-    </dependency>
-
-    <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
       <version>2.0.2</version>
@@ -124,12 +117,18 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.7</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
 
     <dependency>
       <groupId>ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.5</version>
+      <properties>
+        <optional>true</optional>
+      </properties>
     </dependency>
 
   </dependencies>
@@ -154,8 +153,8 @@
   </build>
   
   <reports>
-  	<report>maven-changelog-plugin</report>
-   	<report>maven-changes-plugin</report>
+    <report>maven-changelog-plugin</report>
+    <report>maven-changes-plugin</report>
     <report>maven-developer-activity-plugin</report>
     <report>maven-file-activity-plugin</report>
     <report>maven-javadoc-plugin</report>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r383273 - /jakarta/commons/proper/modeler/trunk/project.xml

Posted by Bill Barker <wb...@wilshire.com>.
<br...@apache.org> wrote in message 
news:20060305033502.29366.qmail@minotaur.apache.org...
> Author: brett
> Date: Sat Mar  4 19:35:01 2006
> New Revision: 383273
>
> URL: http://svn.apache.org/viewcvs?rev=383273&view=rev
> Log:
> update Maven descriptor
>

Even after updating my build.properties to refect this change, 'maven jar' 
still doesn't work for me with Maven 1.0.2.  From where it fails, I'm 
guessing that it's because I'm overriding maven.jar.ant to a 1.7 version (my 
~/build.properties has maven.repo.remote.enabled=false as well as 
maven.jar.override=on:  I'm a control freak :).

As always, I'm happy that there are people that want to get involved with 
Modeler's Maven build.  Just don't expect me to be one of them ;-). 




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org