Skip to content

Instantly share code, notes, and snippets.

@pedes
Created January 18, 2022 09:13
Show Gist options
  • Save pedes/5d9ce7c04ebfa65d03a71d6ea96a9a71 to your computer and use it in GitHub Desktop.
Save pedes/5d9ce7c04ebfa65d03a71d6ea96a9a71 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>write-project-properties</goal>
</goals>
<configuration>
<outputFile>${project.basedir}/src/main/resources/config-pom.properties</outputFile>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment