Skip to content

Commit

Permalink
AF-2949 : Remove unused Tomcat builds (#1409)
Browse files Browse the repository at this point in the history
(cherry picked from commit acbb766)
  • Loading branch information
Rikkola committed Jan 11, 2024
1 parent eb4125d commit a6229e2
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 2,244 deletions.
4 changes: 2 additions & 2 deletions dashbuilder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ composite dashboards using an straightforward API. Feature set:
* Showcase App. providing a built-in displayer gallery plus some dashboard samples
* Default renderer based on the Google Visualization library
* Additional table renderer based on the Uberfire PagedTable widget
* Tomcat 7 and JBoss AS 7 distributions provided
* JBoss AS 7 distribution provided

Build & run
===========
Expand Down Expand Up @@ -173,6 +173,6 @@ In order to build the production mode:
cd dashbuilder
mvn clean install -DskipTests -Dfull

Once build is finished, you'll find the WAR distributions for Wildfly and Tomcat into <code>dashbuilder/dashbuilder-distros/target/</code>.
Once build is finished, you'll find the WAR distribution for Wildfly in <code>dashbuilder/dashbuilder-distros/target/</code>.

Just deploy the WAR file into your application server!
5 changes: 1 addition & 4 deletions dashbuilder/dashbuilder-distros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ This module is not build by default. You can build it in two ways:
Distributions
-------------

Currently, the following artifacts are generated:
Currently, the following artifact is generated:

* **dashbuilder-wildfly10.war:** Product distribution for the JBoss WildFly 10.x application server.

Detailed installation instructions [here](./src/main/wildfly10/README.md).

* **dashbuilder-tomcat8.war:** Product distribution for Apache Tomcat 8 server.

Detailed installation instructions [here](./src/main/tomcat8/README.md).
13 changes: 0 additions & 13 deletions dashbuilder/dashbuilder-distros/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<configuration>
<finalName>dashbuilder-${project.version}</finalName>
<descriptors>
<descriptor>src/main/assembly/assembly-tomcat-8.xml</descriptor>
<descriptor>src/main/assembly/assembly-wildfly-10.xml</descriptor>
</descriptors>
<archive>
Expand Down Expand Up @@ -154,18 +153,6 @@
<artifactId>weld-se-core</artifactId>
</dependency>

<!-- UF Security management provider for Tomcat. -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-security-management-tomcat</artifactId>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>

</project>

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions dashbuilder/dashbuilder-distros/src/main/tomcat8/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a6229e2

Please sign in to comment.