Pom and build cleanup [skip ci] (#431)

* change artifacts target path [ags][skip db][no downstream]

* Round 1 [ags][skip repo]

* Remove eclipse-specific plugins [ags][skip repo][skip db][skip tas]

* Remove a few unnecessary pom properties [skip ci]

* Delete unused build scripts [ags][ags on MySQL]

* [skip ci]

Co-authored-by: Claudia Agache <claudia.agache@ness.com>
(cherry picked from commit 96847b1f1c)

# Conflicts:
#	amps/ags/pom.xml
#	amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml
#	amps/ags/rm-community/rm-community-repo/pom.xml
#	pom.xml
This commit is contained in:
alandavis
2021-05-05 21:31:20 +01:00
parent 2aa3b605ec
commit 22c4b7f68b
22 changed files with 23 additions and 662 deletions

View File

@@ -19,7 +19,7 @@ Now the application is running at [http://localhost:8085/api-explorer](http://lo
#### Config option
You can run tomcat on another port using the following command
- ` mvn clean install -Pstart-api-explorer -Dmaven.tomcat.port=8086`
- ` mvn clean install -Pstart-api-explorer`
Then the application will run at [http://localhost:8086/api-explorer](http://localhost:8086/api-explorer/)

View File

@@ -10,10 +10,6 @@
<version>11.7-ags-1.0-SNAPSHOT</version>
</parent>
<properties>
<maven.javadoc.skip>false</maven.javadoc.skip>
</properties>
<build>
<plugins>
<plugin>