diff options
-rw-r--r-- | org.eclipse.jgit.http.test/pom.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.http.test/src/org/eclipse/jgit/http/test/RefsUnreadableInMemoryRepository.java (renamed from org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/RefsUnreadableInMemoryRepository.java) | 0 | ||||
-rw-r--r-- | pom.xml | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index 31fda8b242..69ffe4954b 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -72,7 +72,6 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> <version>${project.version}</version> - <scope>test</scope> </dependency> <dependency> @@ -111,6 +110,7 @@ </dependencies> <build> + <sourceDirectory>src/</sourceDirectory> <testSourceDirectory>tst/</testSourceDirectory> <testResources> diff --git a/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/RefsUnreadableInMemoryRepository.java b/org.eclipse.jgit.http.test/src/org/eclipse/jgit/http/test/RefsUnreadableInMemoryRepository.java index 485cced778..485cced778 100644 --- a/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/RefsUnreadableInMemoryRepository.java +++ b/org.eclipse.jgit.http.test/src/org/eclipse/jgit/http/test/RefsUnreadableInMemoryRepository.java @@ -453,6 +453,7 @@ <configuration> <encoding>${project.build.sourceEncoding}</encoding> <quiet>true</quiet> + <excludePackageNames>org.eclipse.jgit.http.test</excludePackageNames> <links> <link>http://docs.oracle.com/javase/7/docs/api</link> </links> |