Skip to content

Commit

Permalink
Merge pull request #1174 from stianst/master
Browse files Browse the repository at this point in the history
Build javadoc as part of release process
  • Loading branch information
stianst committed Apr 23, 2015
2 parents e697d5e + 35b6c88 commit d314198
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 379 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<module name="org.jboss.logging"/>
<module name="javax.ws.rs.api"/>
<module name="org.jboss.resteasy.resteasy-jaxrs"/>
<module name="org.jboss.resteasy.resteasy-crypto"/>
<module name="org.jboss.resteasy.resteasy-multipart-provider"/>

<module name="javax.api"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@

<module name="javax.ws.rs.api"/>
<module name="org.jboss.resteasy.resteasy-jaxrs"/>
<module name="org.jboss.resteasy.resteasy-crypto"/>
<module name="org.jboss.resteasy.resteasy-multipart-provider"/>
<module name="javax.servlet.api"/>
<module name="org.codehaus.jackson.jackson-core-asl"/>
Expand Down
7 changes: 7 additions & 0 deletions distribution/server-dist/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
</includes>
<fileMode>0755</fileMode>
</fileSet>
<fileSet>
<directory>src/main/welcome-content</directory>
<outputDirectory>welcome-content</outputDirectory>
<includes>
<include>*.*</include>
</includes>
</fileSet>
</fileSets>

<dependencySets>
Expand Down
2 changes: 0 additions & 2 deletions distribution/server-dist/src/main/providers/README.txt

This file was deleted.

3 changes: 0 additions & 3 deletions distribution/server-dist/src/main/themes/README.txt

This file was deleted.

89 changes: 0 additions & 89 deletions distribution/server-dist/src/main/xslt/standalone.xsl

This file was deleted.

17 changes: 1 addition & 16 deletions distribution/server-overlay/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
<directory>${project.build.directory}/unpacked/docs</directory>
<outputDirectory>docs</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.build.directory}/unpacked/wildfly-${wildfly.version}</directory>
<outputDirectory></outputDirectory>
<includes>
<include>**/*.sh</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
<fileSet>
<directory>${project.build.directory}/unpacked/modules</directory>
<outputDirectory>modules/system/layers/base</outputDirectory>
Expand All @@ -38,13 +30,6 @@
<include>**/**</include>
</includes>
</fileSet>
<fileSet>
<directory>src/main/welcome-content</directory>
<outputDirectory>welcome-content</outputDirectory>
<includes>
<include>*.*</include>
</includes>
</fileSet>
<fileSet>
<directory>../../</directory>
<includes>
Expand All @@ -57,7 +42,7 @@
<outputDirectory>docs/javadocs</outputDirectory>
</fileSet>
<fileSet>
<directory>../../services/target/site/apidocs</directory>
<directory>../../services/target/apidocs</directory>
<outputDirectory>docs/rest-api</outputDirectory>
</fileSet>
<fileSet>
Expand Down
2 changes: 1 addition & 1 deletion distribution/server-overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</dependencies>

<build>
<finalName>keycloak-${project.version}</finalName>
<finalName>keycloak-overlay-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
32 changes: 0 additions & 32 deletions distribution/server-overlay/src/main/welcome-content/index.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<module name="org.bouncycastle"/>

<module name="org.jboss.resteasy.resteasy-jackson-provider" services="import"/>
<module name="org.jboss.resteasy.resteasy-jaxrs"/>
</dependencies>
<exclusions>
<module name="org.jboss.resteasy.resteasy-jackson2-provider"/>
Expand Down

0 comments on commit d314198

Please sign in to comment.