We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349a180 commit d505397Copy full SHA for d505397
pom.xml
@@ -40,6 +40,12 @@
40
<name>Amazon S3</name>
41
<url>s3://maven.springframework.org</url>
42
</snapshotRepository>
43
+ <site>
44
+ <id>static.springframework.org</id>
45
+ <url>
46
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/site
47
+ </url>
48
+ </site>
49
</distributionManagement>
50
<inceptionYear>2005</inceptionYear>
51
<developers>
@@ -270,7 +276,6 @@
270
276
<configuration>
271
277
<aggregate>true</aggregate>
272
278
<breakiterator>true</breakiterator>
273
- <stylesheetfile>${basedir}/src/site/resources/css/javadoc.css</stylesheetfile>
274
279
<groups>
275
280
<group>
281
<title>Spring-WS</title>
0 commit comments