BAEL-8844 Get rid of all warnings in build start due to incorrect pom configurations

- Removed prerequisites tag from jee-7, jhipster-monolithic, spring-swagger-codegen-api-client
- Fixed other issues causing warnings
This commit is contained in:
Dhawal Kapil
2018-09-03 23:32:35 +05:30
parent 550952c995
commit 9ab54cb4ab
6 changed files with 16 additions and 28 deletions
+2
View File
@@ -174,12 +174,14 @@
</configuration>
<executions>
<execution>
<id>process-classes</id>
<phase>process-classes</phase>
<goals>
<goal>bind</goal>
</goals>
</execution>
<execution>
<id>process-test-classes</id>
<phase>process-test-classes</phase>
<goals>
<goal>test-bind</goal>