Remove distinction between ro/rw urls.
This commit is contained in:
parent
d455ccec87
commit
bacb98d2fe
21
pom.xml
21
pom.xml
|
@ -121,12 +121,12 @@
|
|||
<repository>
|
||||
<id>gcube-snapshots</id>
|
||||
<name>gCube Snapshots</name>
|
||||
<url>${repository.snapshots.readwrite}</url>
|
||||
<url>${repository.snapshots.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-releases</id>
|
||||
<name>gCube Releases</name>
|
||||
<url>${repository.releases.readonly}</url>
|
||||
<url>${repository.releases.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-externals</id>
|
||||
|
@ -140,7 +140,7 @@
|
|||
<snapshotRepository>
|
||||
<id>gcube-snapshots</id>
|
||||
<name>gCube Snapshots</name>
|
||||
<url>${repository.snapshots.readwrite}</url>
|
||||
<url>${repository.snapshots.url}</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
@ -196,7 +196,7 @@
|
|||
<repository>
|
||||
<id>gcube-releases</id>
|
||||
<name>gCube Releases</name>
|
||||
<url>${repository.releases.readonly}</url>
|
||||
<url>${repository.releases.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-externals</id>
|
||||
|
@ -210,7 +210,7 @@
|
|||
<repository>
|
||||
<id>gcube-snapshots</id>
|
||||
<name>gCube Snapshots</name>
|
||||
<url>${repository.snapshots.readwrite}</url>
|
||||
<url>${repository.snapshots.url}</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
|
@ -268,7 +268,7 @@
|
|||
<repository>
|
||||
<id>gcube-releases</id>
|
||||
<name>gCube Releases</name>
|
||||
<url>${repository.releases.readonly}</url>
|
||||
<url>${repository.releases.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-externals</id>
|
||||
|
@ -282,7 +282,7 @@
|
|||
<repository>
|
||||
<id>gcube-releases</id>
|
||||
<name>gCube Releases</name>
|
||||
<url>${repository.releases.readwrite}</url>
|
||||
<url>${repository.releases.url}</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
|
@ -372,7 +372,7 @@
|
|||
<repository>
|
||||
<id>gcube-staging-jenkins</id>
|
||||
<name>gCube Releases</name>
|
||||
<url>${repository.staging.readonly}</url>
|
||||
<url>${repository.staging.url}</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>gcube-externals</id>
|
||||
|
@ -386,7 +386,7 @@
|
|||
<repository>
|
||||
<id>gcube-staging-jenkins</id>
|
||||
<name>gCube Staging</name>
|
||||
<url>${repository.staging.readwrite}</url>
|
||||
<url>${repository.staging.url}</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
|
@ -767,10 +767,9 @@
|
|||
<repository.snapshots.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots</repository.snapshots.url>
|
||||
<repository.releases.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases</repository.releases.url>
|
||||
<repository.staging.url>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-staging-jenkins</repository.staging.url>
|
||||
|
||||
<repository.externals.readonly>http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals</repository.externals.readonly>
|
||||
<local.deploy.dir>${env.GLOBUS_LOCATION}/lib</local.deploy.dir>
|
||||
|
||||
<local.deploy.dir>${env.GLOBUS_LOCATION}/lib</local.deploy.dir>
|
||||
|
||||
<!-- following properties contains common information on gCube that are used for filtering resources like README, LICENSE, ... -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue