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 | 5 | <artifactId>epntapclient</artifactId> |
6 | 6 | <version>0.0.1-SNAPSHOT</version> |
7 | 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 | 20 | <dependencies> |
9 | 21 | <dependency> |
10 | 22 | <groupId>com.google.code.gson</groupId> |
... | ... | @@ -13,6 +25,7 @@ |
13 | 25 | <scope>compile</scope> |
14 | 26 | </dependency> |
15 | 27 | </dependencies> |
28 | + | |
16 | 29 | <profiles> |
17 | 30 | <profile> |
18 | 31 | <id>jenkins</id> |
... | ... | @@ -44,12 +57,14 @@ |
44 | 57 | </build> |
45 | 58 | </profile> |
46 | 59 | </profiles> |
60 | + | |
47 | 61 | <repositories> |
48 | 62 | <repository> |
49 | 63 | <id>IRAP-NEXUS</id> |
50 | 64 | <url>https://nexus.irap.omp.eu/content/groups/public</url> |
51 | 65 | </repository> |
52 | 66 | </repositories> |
67 | + | |
53 | 68 | <!-- For using it, (with mvn deploy) it need the <server(s)> config on ~/m2/settings.xml with the logins for nexus. --> |
54 | 69 | <distributionManagement> |
55 | 70 | <repository> | ... | ... |