mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
renamed modules and fixed errors with various lifecycle stages
This commit is contained in:
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -61,6 +61,13 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved.
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
@@ -76,11 +83,11 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved.
|
||||
<fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">
|
||||
<directory>${project.basedir}/../</directory>
|
||||
<includes>
|
||||
<include>dependency-check-utils/target/coverage-reports/*.exec</include>
|
||||
<include>dependency-check-core/target/coverage-reports/*.exec</include>
|
||||
<include>dependency-check-cli/target/coverage-reports/*.exec</include>
|
||||
<include>dependency-check-ant/target/coverage-reports/*.exec</include>
|
||||
<include>dependency-check-maven/target/coverage-reports/*.exec</include>
|
||||
<include>utils/target/coverage-reports/*.exec</include>
|
||||
<include>core/target/coverage-reports/*.exec</include>
|
||||
<include>cli/target/coverage-reports/*.exec</include>
|
||||
<include>ant/target/coverage-reports/*.exec</include>
|
||||
<include>maven/target/coverage-reports/*.exec</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -90,6 +90,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
<configuration>
|
||||
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
|
||||
<includeScope>test</includeScope>
|
||||
<excludeArtifactIds>dependency-check-utils</excludeArtifactIds>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user