Signed-off-by: Olivier Lamy <olamy@apache.org>
// -Dmaven.compiler.fork=false: Do not compile in a separate forked process
// -Dmaven.test.failure.ignore=true: Do not stop, if some tests fail
// -Pci-build: Profile for CI-Server
- sh "mvn clean deploy -B -U -e -fae -T2 -Dmaven.compiler.fork=true -Pci-build"
+ sh "mvn clean install -B -U -e -fae -T2 -Dmaven.compiler.fork=true -Pci-build"
}
}
}
</modules>
<scm>
- <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</connection>
- <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</developerConnection>
+ <connection>scm:git:https://github.com/apache/archiva</connection>
+ <developerConnection>scm:git:https://github.com/apache/archiva</developerConnection>
<url>https://github.com/apache/archiva</url>
<tag>HEAD</tag>
</scm>