JAVA-17760, Fix [WARNING] JAR will be empty - no content was marked f… (#13645)
* JAVA-17760, Fix [WARNING] JAR will be empty - no content was marked for inclusion! Test project with no "main" under "src" folder. Include java-ee-8-security-api back since it did not take too long to run locally. Add spring-credhub to parent pom build. * JAVA-17760, Add spring-credhub to integration-jdk9 profile as well. * JAVA-17760, JAVA-20009 Revert changes to module javaxval-2 and Add module spring-credhub to default-jdk9 profile as well as integration-jdk9 profile. --------- Co-authored-by: jogra <joseph.sterling.grah@miles.no>
This commit is contained in:
parent
8f5aff6073
commit
c25d5f7393
|
@ -4,6 +4,7 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>javaxval-2</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<name>javaxval-2</name>
|
||||
|
||||
<parent>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -916,6 +916,7 @@
|
|||
<module>spring-activiti</module>
|
||||
<module>spring-core-2</module>
|
||||
<module>spring-core-3</module>
|
||||
<module>spring-credhub</module>
|
||||
<module>spring-di-3</module>
|
||||
<module>spring-cucumber</module>
|
||||
|
||||
|
@ -1170,6 +1171,7 @@
|
|||
<module>spring-activiti</module>
|
||||
<module>spring-core-2</module>
|
||||
<module>spring-core-3</module>
|
||||
<module>spring-credhub</module>
|
||||
<module>spring-di-3</module>
|
||||
<module>spring-cucumber</module>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<module>apache-shiro</module>
|
||||
<module>cas</module>
|
||||
<module>cloud-foundry-uaa</module>
|
||||
<!-- <module>java-ee-8-security-api</module> --> <!-- long running -->
|
||||
<module>java-ee-8-security-api</module> <!-- long running -->
|
||||
<module>jee-7-security</module>
|
||||
<module>jjwt</module>
|
||||
<module>jwt</module>
|
||||
|
|
Loading…
Reference in New Issue