Skip to content

Commit eb10cef

Browse files
authored
Merge pull request #9 from tabbydoc/dev
Edit README
2 parents 57034d9 + 0214e79 commit eb10cef

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In order to build the executable JAR with dependencies, change to the project di
1919
mvn clean install
2020
```
2121

22-
*We recommend you to use Apache Maven 3.0.5 or more and JDK 8 or more*
22+
*We recommend you to use Apache Maven 3.6.0 or more and JDK 8 or more*
2323

2424
You may test the newly compiled and packaged JAR file with the following command:
2525

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<target>1.8</target>
2121
</configuration>
2222
</plugin>
23-
2423
<plugin>
2524
<groupId>org.apache.maven.plugins</groupId>
2625
<artifactId>maven-assembly-plugin</artifactId>
@@ -44,33 +43,6 @@
4443
</execution>
4544
</executions>
4645
</plugin>
47-
48-
<!--
49-
<plugin>
50-
<artifactId>maven-assembly-plugin</artifactId>
51-
<version>3.0.0</version>
52-
<configuration>
53-
<archive>
54-
<manifest>
55-
<mainClass>ru.icc.td.tabbyxl.TabbyXL</mainClass>
56-
<addClasspath>true</addClasspath>
57-
</manifest>
58-
</archive>
59-
<descriptorRefs>
60-
<descriptorRef>jar-with-dependencies</descriptorRef>
61-
</descriptorRefs>
62-
</configuration>
63-
<executions>
64-
<execution>
65-
<id>make-assembly</id>
66-
<phase>package</phase>
67-
<goals>
68-
<goal>single</goal>
69-
</goals>
70-
</execution>
71-
</executions>
72-
</plugin>
73-
-->
7446
</plugins>
7547
</build>
7648

0 commit comments

Comments
 (0)