mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-17 22:20:01 +02:00
updated to release a snapshot
Former-commit-id: 2fb68d59dac83f3f27c601b66d33448bd101faea
This commit is contained in:
@@ -10,8 +10,8 @@ Usage
|
||||
|
||||
> $ mvn package
|
||||
> $ cd target
|
||||
> $ java -jar dependency-check-0.2.6.1.jar -h
|
||||
> $ java -jar dependency-check-0.2.6.1.jar -a Testing -out . -scan ./test-classes -scan ./lib
|
||||
> $ java -jar dependency-check-[version].jar -h
|
||||
> $ java -jar dependency-check-[version].jar -a Testing -out . -scan ./test-classes -scan ./lib
|
||||
|
||||
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -22,7 +22,7 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
|
||||
|
||||
<groupId>org.owasp.dependency-check</groupId>
|
||||
<artifactId>dependency-check</artifactId>
|
||||
<version>0.2.6.1</version>
|
||||
<version>0.2.6.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>DependencyCheck</name>
|
||||
|
||||
Reference in New Issue
Block a user