renamed modules and fixed errors with various lifecycle stages

This commit is contained in:
Jeremy Long
2018-01-25 06:54:01 -05:00
parent 3736161e39
commit 62a5db6b8b
740 changed files with 40 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -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>

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -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