Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/RevitalizationWS/schemas/rootSchema/trunk/pom.xml@7540
Revision 7540,
1.3 KB
checked in by mnagni, 9 years ago
(diff) |
Now the distributionManagement tag points to triton.badc.rl.ac.uk's Maven repository
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
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 | <modelVersion>4.0.0</modelVersion> |
---|
4 | <groupId>ndg.services.schemas</groupId> |
---|
5 | <artifactId>rootSchema</artifactId> |
---|
6 | <version>1.0.0</version> |
---|
7 | <packaging>pom</packaging> |
---|
8 | |
---|
9 | <organization> |
---|
10 | <name>BADC</name> |
---|
11 | <url>http://badc.nerc.ac.uk</url> |
---|
12 | </organization> |
---|
13 | |
---|
14 | <developers> |
---|
15 | <developer> |
---|
16 | <id>mnagni</id> |
---|
17 | <name>Maurizio Nagni</name> |
---|
18 | <email>maurizio.nagni@stcf.ac.uk</email> |
---|
19 | <organization>BADC</organization> |
---|
20 | <organizationUrl>http://badc.nerc.ac.uk</organizationUrl> |
---|
21 | <roles> |
---|
22 | <role>Java Architect</role> |
---|
23 | </roles> |
---|
24 | </developer> |
---|
25 | </developers> |
---|
26 | |
---|
27 | <build> |
---|
28 | <plugins> |
---|
29 | <plugin> |
---|
30 | <groupId>org.apache.maven.plugins</groupId> |
---|
31 | <artifactId>maven-compiler-plugin</artifactId> |
---|
32 | <configuration> |
---|
33 | <source>1.6</source> |
---|
34 | <target>1.6</target> |
---|
35 | </configuration> |
---|
36 | </plugin> |
---|
37 | </plugins> |
---|
38 | </build> |
---|
39 | |
---|
40 | <distributionManagement> |
---|
41 | <repository> |
---|
42 | <id>triton.badc.rl.ac.uk</id> |
---|
43 | <name>triton.badc.rl.ac.uk-releases</name> |
---|
44 | <url>http://triton.badc.rl.ac.uk:8180/artifactory/libs-releases-local</url> |
---|
45 | </repository> |
---|
46 | </distributionManagement> |
---|
47 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.