mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
updated to release a snapshot
Former-commit-id: 2fb68d59dac83f3f27c601b66d33448bd101faea
This commit is contained in:
10
README.md
10
README.md
@@ -8,17 +8,17 @@ More information can be found on the [wiki].
|
||||
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
|
||||
> $ mvn package
|
||||
> $ cd target
|
||||
> $ 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.
|
||||
|
||||
Mailing List
|
||||
-
|
||||
|
||||
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
|
||||
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
|
||||
Post: [dependency-check@googlegroups.com] [post]
|
||||
|
||||
License
|
||||
|
||||
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