Skip to content

Commit

Permalink
feat(scaffold): integrate maven versions plugin by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Aug 2, 2019
1 parent 8aeb5e4 commit c54879a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/templates/.tmpl..gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ target/
.DS_Store
package-lock.json
node_modules/
*.versionsBackup
5 changes: 5 additions & 0 deletions generators/app/templates/pom.tmpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c54879a

Please sign in to comment.