You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-scm@geronimo.apache.org by gn...@apache.org on 2008/05/05 09:34:39 UTC

svn commit: r653328 - /geronimo/xbean/trunk/pom.xml

Author: gnodet
Date: Mon May  5 00:34:39 2008
New Revision: 653328

URL: http://svn.apache.org/viewvc?rev=653328&view=rev
Log:
Fix pom for release

Modified:
    geronimo/xbean/trunk/pom.xml

Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/pom.xml?rev=653328&r1=653327&r2=653328&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Mon May  5 00:34:39 2008
@@ -190,36 +190,12 @@
             </dependency>
             
             <dependency>
-                <groupId>lingo</groupId>
-                <artifactId>sca-api</artifactId>
-                <version>SNAPSHOT</version>
-            </dependency>
-            
-            <dependency>
                 <groupId>mx4j</groupId>
                 <artifactId>mx4j</artifactId>
                 <version>3.0.1</version>
             </dependency>
             
             <dependency>
-                <groupId>org.eclipse.equinox</groupId>
-                <artifactId>osgi</artifactId>
-                <version>3.1.1</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.livetribe</groupId>
-                <artifactId>livetribe-jmx</artifactId>
-                <version>1.0-SNAPSHOT</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.snmp4j</groupId>
-                <artifactId>snmp4j</artifactId>
-                <version>1.7.1</version>
-            </dependency>
-            
-            <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-beans</artifactId>
                 <version>2.0.5</version>
@@ -249,12 +225,6 @@
                 <version>1.6.3</version>
             </dependency>
             
-            <dependency>
-                <groupId>stax</groupId>
-                <artifactId>stax-api</artifactId>
-                <version>1.0</version>
-            </dependency>
-            
         </dependencies>
     </dependencyManagement>
     
@@ -321,7 +291,7 @@
             <!-- Add NOTICE and LICENSE to jars -->
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.0-alpha-5</version>
+                <version>1.0</version>
                 <executions>
                     <execution>
                         <goals>
@@ -329,8 +299,13 @@
                         </goals>
                         <configuration>
                             <resourceBundles>
-                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
                             </resourceBundles>
+                            <properties>
+                                <addLicense>true</addLicense>
+                                <addArtifact>true</addArtifact>
+                                <projectName>Apache XBean</projectName>
+                            </properties>
                         </configuration>
                     </execution>
                 </executions>
@@ -371,19 +346,6 @@
             <build>
                 <plugins>
                     <!-- We want to sign the artifact, the POM, and all attached artifacts -->
-		            <plugin>
-		                <groupId>org.apache.maven.plugins</groupId>
-		                <artifactId>maven-source-plugin</artifactId>
-                        <version>2.0.2</version>
-		                <executions>
-		                    <execution>
-		                        <goals>
-		                            <goal>jar</goal>
-		                        </goals>
-		                    </execution>
-		                </executions>
-		            </plugin>
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
                     <plugin>
                         <inherited>true</inherited>
                         <artifactId>maven-gpg-plugin</artifactId>
@@ -409,6 +371,27 @@
                             <updateReleaseInfo>true</updateReleaseInfo>
                         </configuration>
                     </plugin>
+	              </plugins>
+	          </build>
+	      </profile>
+	      <profile>
+	          <id>deploy</id>
+	          <build>
+	              <defaultGoal>deploy</defaultGoal>
+	              <plugins>
+                    <!-- We want the Source JAR published with the release -->
+		            <plugin>
+		                <groupId>org.apache.maven.plugins</groupId>
+		                <artifactId>maven-source-plugin</artifactId>
+                        <version>2.0.2</version>
+		                <executions>
+		                    <execution>
+		                        <goals>
+		                            <goal>jar</goal>
+		                        </goals>
+		                    </execution>
+		                </executions>
+		            </plugin>
                     <!-- We want the JavaDoc JAR published with the release -->
                     <plugin>
                         <inherited>true</inherited>