Skip to content

Commit 96e53ff

Browse files
author
planetlevel
committed
Move to Maven and revamp the resource loading scheme
1 parent b20845d commit 96e53ff

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,23 @@
7676

7777
</dependencies>
7878

79+
80+
<build>
81+
<plugins>
82+
<plugin>
83+
<groupId>org.apache.maven.plugins</groupId>
84+
<artifactId>maven-eclipse-plugin</artifactId>
85+
<configuration>
86+
<downloadSources>true</downloadSources>
87+
</configuration>
88+
</plugin>
89+
</plugins>
90+
</build>
91+
92+
7993
<reporting>
94+
<report>maven-checkstyle-plugin</report>
95+
8096
<plugins>
8197

8298
<plugin>

0 commit comments

Comments
 (0)