mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
updated to release a snapshot
Former-commit-id: 2ac4f44094dea5785cf9ad34a4b99ff1196eab87
This commit is contained in:
10
README.md
10
README.md
@@ -8,17 +8,17 @@ More information can be found on the [wiki].
|
|||||||
Usage
|
Usage
|
||||||
-
|
-
|
||||||
|
|
||||||
> $ mvn package
|
> $ mvn package
|
||||||
> $ cd target
|
> $ cd target
|
||||||
> $ java -jar dependency-check-0.2.6.1.jar -h
|
> $ java -jar dependency-check-[version].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 -a Testing -out . -scan ./test-classes -scan ./lib
|
||||||
|
|
||||||
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
|
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
|
||||||
|
|
||||||
Mailing List
|
Mailing List
|
||||||
-
|
-
|
||||||
|
|
||||||
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
|
Subscribe: [dependency-check+subscribe@googlegroups.com] [subscribe]
|
||||||
Post: [dependency-check@googlegroups.com] [post]
|
Post: [dependency-check@googlegroups.com] [post]
|
||||||
|
|
||||||
License
|
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>
|
<groupId>org.owasp.dependency-check</groupId>
|
||||||
<artifactId>dependency-check</artifactId>
|
<artifactId>dependency-check</artifactId>
|
||||||
<version>0.2.6.1</version>
|
<version>0.2.6.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>DependencyCheck</name>
|
<name>DependencyCheck</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user