Skip to content

Commit bbe5935

Browse files
committed
Quit fighting Maven, I suppose.
Start using different artifact ids for the x86 and x64 builds.
1 parent ff6d956 commit bbe5935

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.enfernuz</groupId>
8-
<artifactId>JavaTrans2Quik</artifactId>
8+
<artifactId>jtrans2quik-x64</artifactId>
99
<version>1.3.0</version>
1010

1111
<name>JavaTrans2Quik</name>
@@ -41,24 +41,4 @@
4141
<version>4.1.0</version>
4242
</dependency>
4343
</dependencies>
44-
45-
<build>
46-
<plugins>
47-
<plugin>
48-
<artifactId>maven-jar-plugin</artifactId>
49-
<version>3.1.2</version>
50-
<executions>
51-
<execution>
52-
<phase>package</phase>
53-
<goals>
54-
<goal>jar</goal>
55-
</goals>
56-
<configuration>
57-
<classifier>x64</classifier>
58-
</configuration>
59-
</execution>
60-
</executions>
61-
</plugin>
62-
</plugins>
63-
</build>
6444
</project>

0 commit comments

Comments
 (0)