Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.67.x] AF-2949 : Remove unused Tomcat builds (#1409) #1411

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading