File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ language: java
44jdk :
55 - oraclejdk8
66install : true
7- script : ' [ "$TRAVIS_REPO_SLUG" == apache/axis1-java ] && [ "$TRAVIS_BRANCH" == trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=verify ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal'
7+ script : ' [ "$TRAVIS_REPO_SLUG" == apache/axis1-java ] && [ "$TRAVIS_BRANCH" == trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=install ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal site '
88env :
99 global :
1010 - secure : " rd5q/f6mA88heUgXm88Aae8q6PTwKp9rEJtQZihJRPWgnguJp/yPNXCyp0sdtL6ucPW8AXMlcuEUqNv12Y1orxG9zyDkGQ3IWazGB6XQ+feOG1MqXpnUz2DMv0KCqCTbxGyI7Quk5E/ghjhGdfxLETazQJaq4w5ARIxb2r0dyts="
Original file line number Diff line number Diff line change 3535 <url >${baseSiteUrl} /apiDocs</url >
3636 </site >
3737 </distributionManagement >
38+ <properties >
39+ <javaVersion >1.5</javaVersion >
40+ </properties >
3841 <dependencies >
3942 <dependency >
4043 <groupId >${project.groupId} </groupId >
5154 <artifactId >axis-jaxrpc</artifactId >
5255 <version >${project.version} </version >
5356 </dependency >
54- <dependency >
55- <groupId >${project.groupId} </groupId >
56- <artifactId >axis-rt-compat</artifactId >
57- <version >${project.version} </version >
58- </dependency >
5957 <dependency >
6058 <groupId >${project.groupId} </groupId >
6159 <artifactId >axis-rt-core</artifactId >
176174 <bottom >Copyright © {organizationName}. All Rights Reserved.</bottom >
177175 <!-- doctitle only appears in the summary and we should include the version there -->
178176 <doctitle >Apache Axis ${project.version} </doctitle >
177+ <tags >
178+ <tag >
179+ <name >ant.task</name >
180+ <placement >X</placement >
181+ </tag >
182+ </tags >
179183 </configuration >
180184 </plugin >
181185 <plugin >
You can’t perform that action at this time.
0 commit comments