Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit bb616b4

Browse files
committed
change to proper maven structure
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent c96a561 commit bb616b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1
-4
lines changed

api/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@
128128
</properties>
129129

130130
<build>
131-
132-
<sourceDirectory>src</sourceDirectory>
133-
134131
<pluginManagement>
135132
<plugins>
136133
<plugin>
@@ -528,7 +525,7 @@ href='http://www.oracle.com/technetwork/java/index-jsp-137004.html'><i>Metro Web
528525
</goals>
529526
<configuration>
530527
<sources>
531-
<source>jdk9</source>
528+
<source>src/main/jdk9</source>
532529
</sources>
533530
</configuration>
534531
</execution>

0 commit comments

Comments
 (0)