Page MenuHomeHEPForge

pom.xml
No OneTemporary

<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">
<modelVersion>4.0.0</modelVersion>
<groupId>cedar.hepdata</groupId>
<artifactId>hepdata-xml</artifactId>
<packaging>jar</packaging>
<version>2.3.0-SNAPSHOT</version>
<name>HepData XML classes</name>
<url>http://hepdata.cedar.ac.uk</url>
<parent>
<groupId>cedar.hepdata</groupId>
<artifactId>hepdata</artifactId>
<version>2.3.0-SNAPSHOT</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- CEDAR -->
<dependency>
<groupId>cedar.hepdata</groupId>
<artifactId>hepdata-model</artifactId>
<version>2.3.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!-- XML -->
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor</artifactId>
<version>1.2</version>
<exclusions>
<!-- Need to exclude cglib-full or Hibernate breaks... -->
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib-full</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Logging -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.2</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<!-- <repository> -->
<!-- <id>CodehausSnapshots</id> -->
<!-- <url>http://snapshots.maven.codehaus.org/maven2/</url> -->
<!-- <snapshots><enabled>true</enabled></snapshots> -->
<!-- <releases><enabled>false</enabled></releases> -->
<!-- </repository> -->
<repository>
<id>Central</id>
<url>http://repo1.maven.org/maven2</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>CedarRepository</id>
<name>CEDAR Repository</name>
<url>scp://login.hepforge.org/cedar/mvn</url>
</repository>
</distributionManagement>
</project>

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 12:21 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022747
Default Alt Text
pom.xml (3 KB)

Event Timeline