Branch: refs/heads/pmd/5.4.x
Home: https://github.com/pmd/pmd
Commit: 5a8ddef03bf57f02e82a898425871e098fdcb01d
https://github.com/pmd/pmd/commit/5a8ddef03bf57f02e82a898425871e098fdcb01d
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/pom.xml
A pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistTest.java
Log Message:
-----------
Add failsafe plugin and basic test, to verify the binary
distribution zip file has been created.
Commit: 9351f13cf22ad776e900ad835fafb5e1587cb609
https://github.com/pmd/pmd/commit/9351f13cf22ad776e900ad835fafb5e1587cb609
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistTest.java
Log Message:
-----------
Add simple test to check zip file content of binary distribution
Commit: d2665bd870af5e3ee6c5a129929dd74cd864ba4c
https://github.com/pmd/pmd/commit/d2665bd870af5e3ee6c5a129929dd74cd864ba4c
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/pom.xml
M pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistTest.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutionResult.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutor.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/ZipFileExtractor.java
A pmd-dist/src/test/resources/sample-source/JumbledIncrementer.java
Log Message:
-----------
Execute PMD and verify output
Uses apache commons-compress to extract the ZIP file.
Commit: 52965a90b3883fc07771ed13158b25c187d6d5a4
https://github.com/pmd/pmd/commit/52965a90b3883fc07771ed13158b25c187d6d5a4
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/pom.xml
R pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistTest.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistributionIT.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/SourceDistributionIT.java
Log Message:
-----------
Rename integration tests, so that they are actually executed by failsafe
rather than by surefire
Commit: 6a719e193df2909f3c08e9572ef9eac5bd1c8d78
https://github.com/pmd/pmd/commit/6a719e193df2909f3c08e9572ef9eac5bd1c8d78
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Add missing project.reporting.outputEncoding property
Commit: acd891175d316a11e39d8b7459ab6c76ca7fc718
https://github.com/pmd/pmd/commit/acd891175d316a11e39d8b7459ab6c76ca7fc718
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistributionIT.java
M pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutor.java
Log Message:
-----------
Verify the supported languages
Commit: 689bee464187dee3351993ab3b9d3c6de17e5d94
https://github.com/pmd/pmd/commit/689bee464187dee3351993ab3b9d3c6de17e5d94
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/pom.xml
A pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistributionIT.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutionResult.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutor.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/SourceDistributionIT.java
A pmd-dist/src/test/java/net/sourceforge/pmd/it/ZipFileExtractor.java
A pmd-dist/src/test/resources/sample-source/JumbledIncrementer.java
M pom.xml
Log Message:
-----------
Merge branch 'pr-267' into pmd/5.4.x
Commit: c065b5ce644445c535f74ae8601eafba325d34b9
https://github.com/pmd/pmd/commit/c065b5ce644445c535f74ae8601eafba325d34b9
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M pmd-dist/src/test/java/net/sourceforge/pmd/it/BinaryDistributionIT.java
Log Message:
-----------
Apex and pom are not part of PMD 5.4.x
Compare: https://github.com/pmd/pmd/compare/f9a0b343a312...c065b5ce6444 |