Branch: refs/heads/master
Home: https://github.com/pmd/pmd
Commit: c1666094f75f3a13d47e248917b0ef86575df923
https://github.com/pmd/pmd/commit/c1666094f75f3a13d47e248917b0ef86575df923
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 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: 6a12fcdf63cf9c5725d439a28960097fe3895ba6
https://github.com/pmd/pmd/commit/6a12fcdf63cf9c5725d439a28960097fe3895ba6
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 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: 544630d67a5a80afbb9a808d2851d672bfab29f2
https://github.com/pmd/pmd/commit/544630d67a5a80afbb9a808d2851d672bfab29f2
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 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: 1bf8089dfc791304233c432ad5b894fc14ec56ea
https://github.com/pmd/pmd/commit/1bf8089dfc791304233c432ad5b894fc14ec56ea
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 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: f4bb91eaa518b5e5119def08c8b59b8c39b338ea
https://github.com/pmd/pmd/commit/f4bb91eaa518b5e5119def08c8b59b8c39b338ea
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Add missing project.reporting.outputEncoding property
Commit: 32abbe0cc18d4f09c18aac18e476c5da116a7fb9
https://github.com/pmd/pmd/commit/32abbe0cc18d4f09c18aac18e476c5da116a7fb9
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-20 (Mon, 20 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: 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: 02861f9a7c6b938906df4b771ea41cc6b1f66700
https://github.com/pmd/pmd/commit/02861f9a7c6b938906df4b771ea41cc6b1f66700
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'
Commit: 0ef234b46329f6c22bdde016c4fab507f69f63bb
https://github.com/pmd/pmd/commit/0ef234b46329f6c22bdde016c4fab507f69f63bb
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Log Message:
-----------
Merge branch 'integration-test' of https://github.com/adangel/pmd
Compare: https://github.com/pmd/pmd/compare/7fdc7de29c90...0ef234b46329 |