Back to `maven-parent` version `1.2.1-SNAPSHOT` and additional `resources` in `build` phase in parent SPI `pom.xml`

master
Mauro Mugnaini 1 month ago
parent a4d7a0aec3
commit cd7608a0ac
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8

@ -7,7 +7,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.gcube.iam</groupId>
@ -140,6 +140,11 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->

Loading…
Cancel
Save