Jeremy Long
fed60907dc
snapshot version
2015-12-18 05:48:37 -05:00
Jeremy Long
e204971a6c
version 1.3.3
2015-12-10 19:44:38 -05:00
Jeremy Long
3396cb2887
fix for issue #416
2015-12-10 18:33:31 -05:00
Jeremy Long
e544384dd5
1.3.3-SNAPSHOT
2015-12-02 05:46:28 -05:00
Jeremy Long
1b3b4a5906
version 1.3.2
2015-11-29 07:34:45 -05:00
Jeremy Long
1b2210aba0
pmd/checkstyle/findbugs corrections
2015-11-24 16:12:23 -05:00
Anthony Whitford
b346dfe0a3
Minor code tweaks.
2015-11-10 00:09:01 -08:00
Jeremy Long
5f259cb88c
added missed configuration options for new analyzers
2015-11-07 06:37:36 -05:00
Jeremy Long
3c4c65c28c
corrected NVD CVE URLs
2015-11-04 06:00:04 -05:00
Anthony Whitford
8e8b462bc8
Replaced one character String constants with char constants, when applicable.
2015-11-01 22:39:30 -08:00
Anthony Whitford
92a35b929a
Leveraged the new setters with null and empty checking for Settings.
2015-10-31 10:26:32 -07:00
Jeremy Long
0c69ab80bb
Merge pull request #382 from awhitford/MojoStreamClose
...
Removed unnecessary OutputStream closing.
2015-10-25 06:04:28 -04:00
Jeremy Long
62dbf99557
moved default values to the properties file instead of hard-coding them
2015-10-25 05:57:24 -04:00
Jeremy Long
626e93c7e3
minor changes to patch for PR #390
2015-10-23 06:27:29 -04:00
Jeremy Long
84838d19d9
added documentation for issue #390
2015-10-23 06:25:20 -04:00
Jeremy Long
520f3cb09a
Merge branch 'NvdCheck' of https://github.com/awhitford/DependencyCheck into awhitford-NvdCheck
2015-10-23 05:32:27 -04:00
Anthony Whitford
ccb03f2763
Added cveValidForHours parameter that can suppress redundant and repetitive checks for NVD CVE changes.
2015-10-21 23:25:18 -07:00
Jeremy Long
c2e6065ed7
added option to change the name of the report per issue #389
2015-10-20 06:18:28 -04:00
Anthony Whitford
b5026a45f6
Removed unnecessary OutputStream closing. Also the flush and reset are not necessary since the stream is being closed right away.
2015-10-11 19:09:03 -07:00
Anthony Whitford
79fde3ebc9
Added basic skip option for mojos.
2015-10-11 18:44:25 -07:00
Jeremy Long
529b9739b5
changed default phase to VERIFY
2015-10-10 06:14:50 -04:00
Jeremy Long
a014ca7d8a
Merge branch 'MvnPhase' of https://github.com/awhitford/DependencyCheck into awhitford-MvnPhase
2015-10-10 05:59:04 -04:00
Stephen Kitt
1852b9dbb2
Avoid ConcurrentModificationExceptions
...
AggregateMojo.getDescendants() can end up adding descendants while
it's iterating over them. This separates the addition from the
iteration to avoid this.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2015-10-09 17:07:27 +02:00
Jeremy Long
b0b096c3f5
updated version to 1.3.2-SNAPSHOT
2015-10-09 08:51:58 -04:00
Anthony Whitford
1d916286ee
Changing the check phase from compile to verify.
2015-10-07 23:11:53 -07:00
Jeremy Long
b45700df03
version 1.3.1
2015-09-20 07:17:00 -04:00
Jeremy Long
9203acff9c
checkstyle/pmd/findbugs patches
2015-09-19 07:52:24 -04:00
Jeremy Long
8c98da09f0
Merge pull request #355 from hansjoachim/warnings
...
Warnings
2015-09-13 19:31:16 -04:00
Anthony Whitford
0efc9d1cd2
Added missing serialVersionUID.
2015-09-13 10:34:19 -07:00
Hans Joachim Desserud
0ecd466c4c
Add missing @Override annotations
2015-09-13 14:52:08 +02:00
Jeremy Long
862bf43685
suppressed checkstyle warnings
2015-09-13 07:02:41 -04:00
Jeremy Long
f83139a9ee
fixed line length checkstyle finding
2015-09-13 07:02:13 -04:00
Jeremy Long
388415ecc2
fixed hyperlink
2015-09-11 06:13:30 -04:00
Jeremy Long
57ae0f1676
resolved command line invocation of aggregate resulting in missing html report ( #189 )
2015-09-09 06:15:17 -04:00
Jeremy Long
48e644e007
removed un-needed call to log.isDebugEnabled()
2015-09-09 05:58:51 -04:00
Jeremy Long
1f48af024e
Merge pull request #338 from awhitford/PomCleanup
...
Pom cleanup
2015-09-07 07:34:07 -04:00
Jeremy Long
56360301d7
changed debug message to an error
2015-09-07 07:25:29 -04:00
Anthony Whitford
6d70332cd6
Centralized the Versions report to the parent pom.
2015-09-06 22:21:50 -07:00
Anthony Whitford
717f6240e3
Centralized javadoc reporting to parent pom.
2015-09-06 20:51:56 -07:00
Anthony Whitford
b481f01217
Moved the maven-plugin-plugin declarations into the maven module since it is unique to that module.
2015-09-06 13:05:17 -07:00
Anthony Whitford
d0f884f5b2
Centralized the maven-surefire-report-plugin to the parent pom. Note that gradle and jenkins modules are skipped since it does not apply.
2015-09-06 12:56:36 -07:00
Anthony Whitford
7b47b7549d
Removed redundant declarations for maven-compiler-plugin and maven-jar-plugin.
2015-09-06 01:42:01 -07:00
Anthony Whitford
a32fa69823
Moved taglist-maven-plugin to the parent pom. (Gradle and Jenkins modules don't have them -- before or after.) This will make it easier to manage and evolve.
2015-09-06 01:29:17 -07:00
Anthony Whitford
5c53b6528f
Centralized the findbugs-maven-plugin to the parent pom. Gradle and Jenkins modules skip it naturally. The onlyAnlyze setting for utils is maintained via a property. Also was able to upgrade to latest plugin, version 3.0.2.
2015-09-06 00:51:28 -07:00
Anthony Whitford
9b92007eff
Centralized cobertura plugin to the parent pom and was able to upgrade it from 2.6 to 2.7.
2015-09-06 00:23:24 -07:00
Anthony Whitford
e433809f4d
Moved maven-jxr-plugin and maven-project-info-reports-plugin reporting declarations into the parent pom. No need to duplicate in child modules. Utils did not have project-info reports, but there does not seem to be a good reason. Also note that the JXR plugin is naturally skipped when it does not apply (there is no java code), so not necessary to explicitly skip it for gradle and jenkins modules.
2015-09-05 23:57:53 -07:00
Anthony Whitford
2a50dcba9d
Removed Checkstyle and PMD violations.
2015-09-05 22:25:59 -07:00
Anthony Whitford
f7974b324b
Exclude generated HelpMojo.java file from Checkstyle analysis.
2015-09-05 22:25:38 -07:00
Jeremy Long
c4c670a3b1
Merge pull request #334 from awhitford/MavenPluginWarnings
...
Removed deprecated code.
2015-09-05 20:59:05 -04:00
Jeremy Long
17a05cc1d4
removed excessive logging used to debug
2015-09-05 20:56:54 -04:00