You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jo...@apache.org on 2006/10/16 14:41:46 UTC

svn commit: r464469 - /jakarta/commons/proper/commons-parent/trunk/pom.xml

Author: jochen
Date: Mon Oct 16 05:41:45 2006
New Revision: 464469

URL: http://svn.apache.org/viewvc?view=rev&rev=464469
Log:
- Removed the sections on issueManagement and scm, as proposed by Dion
  Gillard: They provide no actual value, because they need to be overwritten
  anyways.
- The ${maven.compile.source} variable is now used to configure the
  maven-javadoc-plugin and the maven-idea-plugin.

Modified:
    jakarta/commons/proper/commons-parent/trunk/pom.xml

Modified: jakarta/commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-parent/trunk/pom.xml?view=diff&rev=464469&r1=464468&r2=464469
==============================================================================
--- jakarta/commons/proper/commons-parent/trunk/pom.xml (original)
+++ jakarta/commons/proper/commons-parent/trunk/pom.xml Mon Oct 16 05:41:45 2006
@@ -19,8 +19,7 @@
     <notifiers>
       <notifier>
         <configuration>
-          <!-- TODO: temporary until the continuum setup is final -->
-          <address>brett@apache.org</address>
+          <address>commons-dev@jakarta.apache.org</address>
         </configuration>
       </notifier>
     </notifiers>
@@ -33,11 +32,6 @@
      <url></url>
    </repository>
   </distributionManagement>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper</developerConnection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper</url>
-  </scm>
   <mailingLists>
     <mailingList>
       <name>Commons Dev List</name>
@@ -54,10 +48,6 @@
       <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user</archive>
     </mailingList>
   </mailingLists>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/</url>
-  </issueManagement>
   <build>
     <plugins>
       <!-- TODO: later use toolchain support to do compilation on an external JDK 1.3+ compiler -->
@@ -71,7 +61,7 @@
       <plugin>
         <artifactId>maven-idea-plugin</artifactId>
         <configuration>
-          <jdkLevel>1.3</jdkLevel>
+          <jdkLevel>${maven.compile.source}</jdkLevel>
         </configuration>
       </plugin>
       <plugin>
@@ -134,6 +124,9 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+                <configuration>
+                  <source>${maven.compile.source}</source>
+                </configuration>
               </execution>
             </executions>
           </plugin>
@@ -170,6 +163,9 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+                <configuration>
+                  <source>${maven.compile.source}</source>
+                </configuration>
               </execution>
             </executions>
           </plugin>



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