Skip to content

Commit fa77929

Browse files
committed
Make the site buildable again.
1 parent 7e52705 commit fa77929

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: java
44
jdk:
55
- oraclejdk8
66
install: 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'
88
env:
99
global:
1010
- secure: "rd5q/f6mA88heUgXm88Aae8q6PTwKp9rEJtQZihJRPWgnguJp/yPNXCyp0sdtL6ucPW8AXMlcuEUqNv12Y1orxG9zyDkGQ3IWazGB6XQ+feOG1MqXpnUz2DMv0KCqCTbxGyI7Quk5E/ghjhGdfxLETazQJaq4w5ARIxb2r0dyts="

apidocs/pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
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>
@@ -51,11 +54,6 @@
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>
@@ -176,6 +174,12 @@
176174
<bottom>Copyright &#169; {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>

0 commit comments

Comments
 (0)