Browse Source
This can be used to generate the pom.xml for adding the Spring Security snapshot jars as a Maven Dependency to another project. For example, if mywebapp requires the Spring Security 3.1.4.CI-SNAPSHOT jars one could generate the pom.xml files and then use that to convert the project into a valid Maven project within the IDE. Then the SNAPSHOT dependendies could be added to mywebapp. This prevents the need to install the SNAPSHOT dependencies in the local Maven repository.pull/16/head
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue