Repository: juddi Updated Branches: refs/heads/master b15782af2 -> 73a3eff1f
JUDDI-958 passes fine over here but this should exclude to those files from RAT Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/73a3eff1 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/73a3eff1 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/73a3eff1 Branch: refs/heads/master Commit: 73a3eff1f9cca3bc91649d788e9911ac0a7fb288 Parents: b15782a Author: Alex <[email protected]> Authored: Fri Jan 8 18:25:10 2016 -0500 Committer: Alex <[email protected]> Committed: Fri Jan 8 18:25:10 2016 -0500 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/73a3eff1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b6e01b..0e7762e 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,8 @@ under the License. <version>0.11</version> <configuration> <excludes> - + <exclude>**/*.nupkg</exclude> + <exclude>**/*.psd</exclude> <exclude>**/*.ddl</exclude> <exclude>Doxyfile</exclude> <exclude>**/*log</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
