Changeset 68

Show
Ignore:
Timestamp:
09/18/07 11:23:13 (1 year ago)
Author:
schst
Message:

Cleanup pom

Files:

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 
    43  <modelVersion>4.0.0</modelVersion> 
    5    
     4 
    65  <groupId>net.schst</groupId> 
    76  <artifactId>XJConf</artifactId> 
     
    1413      <url>http://mvn.java.schst.net/repository</url> 
    1514    </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 
    2726  <build> 
    2827    <defaultGoal>package</defaultGoal> 
     
    3736        </configuration> 
    3837      </plugin> 
    39            <plugin> 
     38      <plugin> 
    4039        <groupId>org.apache.maven.plugins</groupId> 
    4140        <artifactId>maven-clover-plugin</artifactId> 
     
    4443          <licenseFile>/home/schst/clover.license</licenseFile> 
    4544        </configuration> 
    46       </plugin>       
     45      </plugin> 
    4746    </plugins> 
    4847    <extensions> 
     
    5655  <distributionManagement> 
    5756    <repository> 
    58       <id>schst</id> 
    59       <url>ftp://mvn.java.schst.net/repository</url> 
     57      <id>billy</id> 
     58      <url>{billy.put}</url> 
    6059    </repository> 
    6160    <snapshotRepository> 
    62       <id>schst</id> 
    63       <url>ftp://mvn.java.schst.net/repository</url> 
     61      <id>billy</id> 
     62      <url>${billy.put}</url> 
    6463    </snapshotRepository> 
    65   </distributionManagement>     
     64  </distributionManagement> 
    6665</project>