mirror of https://github.com/apache/poi.git
Jenkins-DSL: Do not expect to find mvn executable in Test-Environment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b67a580786
commit
5c141364b2
|
@ -603,7 +603,7 @@ echo '<?xml version="1.0"?><project name="POI Build" default="test"><target name
|
|||
|
||||
shell(
|
||||
'''which mvn || true
|
||||
mvn -version
|
||||
mvn -version || true
|
||||
echo '<project><modelVersion>4.0.0</modelVersion><groupId>org.apache.poi</groupId><artifactId>build-tst</artifactId><version>1.0.0</version></project> > pom.xml
|
||||
''')
|
||||
maven {
|
||||
|
|
Loading…
Reference in New Issue