Commit 511d4d324294965a4d4f5bf6842da89a68ab3942
1 parent
c1769d29
Exists in
master
add developper entry in pom.xml
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
pom.xml
@@ -5,6 +5,18 @@ | @@ -5,6 +5,18 @@ | ||
5 | <artifactId>epntapclient</artifactId> | 5 | <artifactId>epntapclient</artifactId> |
6 | <version>0.0.1-SNAPSHOT</version> | 6 | <version>0.0.1-SNAPSHOT</version> |
7 | <name>epnTAPCLient</name> | 7 | <name>epnTAPCLient</name> |
8 | + | ||
9 | + <developers> | ||
10 | + <developer> | ||
11 | + <name>Nathanaël Jourdane</name> | ||
12 | + <organization>IRAP/CNRS</organization> | ||
13 | + <organizationUrl>http://www.irap.omp.eu</organizationUrl> | ||
14 | + <roles> | ||
15 | + <role>Developer</role> | ||
16 | + </roles> | ||
17 | + </developer> | ||
18 | + </developers> | ||
19 | + | ||
8 | <dependencies> | 20 | <dependencies> |
9 | <dependency> | 21 | <dependency> |
10 | <groupId>com.google.code.gson</groupId> | 22 | <groupId>com.google.code.gson</groupId> |
@@ -13,6 +25,7 @@ | @@ -13,6 +25,7 @@ | ||
13 | <scope>compile</scope> | 25 | <scope>compile</scope> |
14 | </dependency> | 26 | </dependency> |
15 | </dependencies> | 27 | </dependencies> |
28 | + | ||
16 | <profiles> | 29 | <profiles> |
17 | <profile> | 30 | <profile> |
18 | <id>jenkins</id> | 31 | <id>jenkins</id> |
@@ -44,12 +57,14 @@ | @@ -44,12 +57,14 @@ | ||
44 | </build> | 57 | </build> |
45 | </profile> | 58 | </profile> |
46 | </profiles> | 59 | </profiles> |
60 | + | ||
47 | <repositories> | 61 | <repositories> |
48 | <repository> | 62 | <repository> |
49 | <id>IRAP-NEXUS</id> | 63 | <id>IRAP-NEXUS</id> |
50 | <url>https://nexus.irap.omp.eu/content/groups/public</url> | 64 | <url>https://nexus.irap.omp.eu/content/groups/public</url> |
51 | </repository> | 65 | </repository> |
52 | </repositories> | 66 | </repositories> |
67 | + | ||
53 | <!-- For using it, (with mvn deploy) it need the <server(s)> config on ~/m2/settings.xml with the logins for nexus. --> | 68 | <!-- For using it, (with mvn deploy) it need the <server(s)> config on ~/m2/settings.xml with the logins for nexus. --> |
54 | <distributionManagement> | 69 | <distributionManagement> |
55 | <repository> | 70 | <repository> |