File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
node {
2
2
catchError {
3
- def nexusRepo = ' https://www.silverpeas.org/nexus/content/repositories/snapshots/'
4
3
docker. image(' silverpeas/silverbuild' )
5
4
.inside(' -u root -v $HOME/.m2/settings.xml:/root/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/root/.m2/settings-security.xml -v $HOME/.gitconfig:/root/.gitconfig -v $HOME/.ssh:/root/.ssh -v $HOME/.gnupg:/root/.gnupg' ) {
6
5
stage(' Preparation' ) {
13
12
// deployment to ensure dependencies on this snapshot version of Silverpeas Core for other
14
13
// projects to build downstream. By doing so, we keep clean the local maven repository for
15
14
// reproducibility reason
16
- sh " mvn deploy -DaltDeploymentRepository=silverpeas::default:: ${ nexusRepo } - Pdeployment -Djava.awt.headless=true -Dmaven.test.skip=true"
15
+ sh " mvn deploy -Pdeployment -Djava.awt.headless=true -Dmaven.test.skip=true"
17
16
}
18
17
}
19
18
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
2
+ <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 https ://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<groupId >org.silverpeas</groupId >
24
24
<id >Silverpeas</id >
25
25
<layout >default</layout >
26
26
<name >Silverpeas Repository</name >
27
- <url >https://www .silverpeas.org/nexus/content/groups /silverpeas</url >
27
+ <url >https://nexus3 .silverpeas.org/repository /silverpeas</url >
28
28
<releases >
29
29
<enabled >true</enabled >
30
30
</releases >
38
38
<pluginRepository >
39
39
<id >Silverpeas</id >
40
40
<name >Silverpeas Maven 3.x Repository</name >
41
- <url >https://www .silverpeas.org/nexus/content/groups /silverpeas</url >
41
+ <url >https://nexus3 .silverpeas.org/repository /silverpeas</url >
42
42
</pluginRepository >
43
43
</pluginRepositories >
44
44
Original file line number Diff line number Diff line change 23
23
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
-->
25
25
26
- <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" >
26
+ <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 https ://maven.apache.org/maven-v4_0_0.xsd" >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<parent >
29
29
<groupId >org.silverpeas</groupId >
Original file line number Diff line number Diff line change 23
23
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
-->
25
25
26
- <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" >
26
+ <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 https ://maven.apache.org/maven-v4_0_0.xsd" >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<parent >
29
29
<groupId >org.silverpeas.wbe</groupId >
Original file line number Diff line number Diff line change 25
25
26
26
<project xmlns =" http://maven.apache.org/POM/4.0.0"
27
27
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
28
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/maven-v4_0_0.xsd" >
28
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/maven-v4_0_0.xsd" >
29
29
<modelVersion >4.0.0</modelVersion >
30
30
<parent >
31
31
<groupId >org.silverpeas.wbe</groupId >
You can’t perform that action at this time.
0 commit comments