mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +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>
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<skip>true</skip>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<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">
|
<fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">
|
||||||
<directory>${project.basedir}/../</directory>
|
<directory>${project.basedir}/../</directory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>dependency-check-utils/target/coverage-reports/*.exec</include>
|
<include>utils/target/coverage-reports/*.exec</include>
|
||||||
<include>dependency-check-core/target/coverage-reports/*.exec</include>
|
<include>core/target/coverage-reports/*.exec</include>
|
||||||
<include>dependency-check-cli/target/coverage-reports/*.exec</include>
|
<include>cli/target/coverage-reports/*.exec</include>
|
||||||
<include>dependency-check-ant/target/coverage-reports/*.exec</include>
|
<include>ant/target/coverage-reports/*.exec</include>
|
||||||
<include>dependency-check-maven/target/coverage-reports/*.exec</include>
|
<include>maven/target/coverage-reports/*.exec</include>
|
||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
</fileSets>
|
</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>
|
<configuration>
|
||||||
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
|
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
|
||||||
<includeScope>test</includeScope>
|
<includeScope>test</includeScope>
|
||||||
|
<excludeArtifactIds>dependency-check-utils</excludeArtifactIds>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user