POM maintenance

Place parent pom in publicly accessible directory (org.sf.spring-parent).  
Create a component list pom in org.sf.spring-library.
This commit is contained in:
Mark Pollack
2009-03-29 09:56:38 +00:00
parent 68051ec72b
commit 351fba1a04
23 changed files with 204 additions and 334 deletions

View File

@@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-instrument-classloading</artifactId>
<packaging>jar</packaging>
<version>3.0.0.M3</version>
<version>3.0.0.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId>
<relativePath>../build-spring-framework</relativePath>
<version>3.0.0.M3</version>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies>
@@ -20,17 +20,5 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>