Changeset 68
- Timestamp:
- 09/18/07 11:23:13 (1 year ago)
- Files:
-
- trunk/pom.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pom.xml
r65 r68 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 3 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2 4 3 <modelVersion>4.0.0</modelVersion> 5 4 6 5 <groupId>net.schst</groupId> 7 6 <artifactId>XJConf</artifactId> … … 14 13 <url>http://mvn.java.schst.net/repository</url> 15 14 </repository> 16 </repositories> 17 18 <dependencies>19 <dependency>20 <groupId>junit</groupId>21 <artifactId>junit</artifactId>22 <version>3.8.1</version>23 <scope>test</scope>24 </dependency>25 </dependencies>26 15 </repositories> 16 17 <dependencies> 18 <dependency> 19 <groupId>junit</groupId> 20 <artifactId>junit</artifactId> 21 <version>3.8.1</version> 22 <scope>test</scope> 23 </dependency> 24 </dependencies> 25 27 26 <build> 28 27 <defaultGoal>package</defaultGoal> … … 37 36 </configuration> 38 37 </plugin> 39 <plugin>38 <plugin> 40 39 <groupId>org.apache.maven.plugins</groupId> 41 40 <artifactId>maven-clover-plugin</artifactId> … … 44 43 <licenseFile>/home/schst/clover.license</licenseFile> 45 44 </configuration> 46 </plugin> 45 </plugin> 47 46 </plugins> 48 47 <extensions> … … 56 55 <distributionManagement> 57 56 <repository> 58 <id> schst</id>59 <url> ftp://mvn.java.schst.net/repository</url>57 <id>billy</id> 58 <url>{billy.put}</url> 60 59 </repository> 61 60 <snapshotRepository> 62 <id> schst</id>63 <url> ftp://mvn.java.schst.net/repository</url>61 <id>billy</id> 62 <url>${billy.put}</url> 64 63 </snapshotRepository> 65 </distributionManagement> 64 </distributionManagement> 66 65 </project>
