Fix stupid issue
This commit is contained in:
parent
fb9f2ae20d
commit
7a4401fe68
8
pom.xml
8
pom.xml
@ -19,7 +19,7 @@
|
||||
</repositories>
|
||||
|
||||
<build>
|
||||
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath>.</targetPath>
|
||||
@ -31,13 +31,13 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.5.1</version>
|
||||
<executions>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-compile</id>
|
||||
<phase>compile</phase>
|
||||
<goals>
|
||||
<goals>
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
|
||||
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Fri Jun 30 13:26:31 CST 2017
|
||||
#Fri Jun 30 18:14:30 CST 2017
|
||||
version=b
|
||||
groupId=com.ilummc.bugrepgui
|
||||
artifactId=BugRepGUI
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user