don't publish test resources in site
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/46da9633 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/46da9633 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/46da9633 Branch: refs/heads/0.2-incubating-rc3 Commit: 46da96330cf43293b9885d6552e9e686f14aa809 Parents: 01be383 Author: Steve Blackmon (@steveblackmon) <[email protected]> Authored: Tue Apr 14 12:23:35 2015 -0500 Committer: Steve Blackmon <[email protected]> Committed: Tue Apr 14 12:29:01 2015 -0500 ---------------------------------------------------------------------- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/46da9633/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 449bad8..f05abb5 100644 --- a/pom.xml +++ b/pom.xml @@ -30,11 +30,10 @@ <artifactId>streams-project</artifactId> <version>0.2-incubating-SNAPSHOT</version> - <name>Apache Streams Project Parent POM</name> - + <name>Apache Streams Project</name> <description>Apache Streams Project</description> - <url>http://streams.incubator.apache.org/${project.version}/${project.name}</url> + <url>http://streams.incubator.apache.org/${project.version}/${project.artifactId}</url> <licenses> <license> @@ -348,9 +347,6 @@ <resource> <directory>src/main/resources</directory> </resource> - <resource> - <directory>src/test/resources</directory> - </resource> </resources> </configuration> </execution>
