Skip to content

Commit

Permalink
chore(example): Removed useless code block into pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
breadrock1 committed Jul 9, 2024
1 parent 5c6fa16 commit 787d671
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<name>simple</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>com.example.simple.App</start-class>
Expand Down Expand Up @@ -46,7 +47,6 @@
<goals>
<goal>unpack</goal>
</goals>

<configuration>
<artifactItems>
<artifactItem>
Expand All @@ -59,11 +59,9 @@
</artifactItem>
</artifactItems>
</configuration>

</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -72,20 +70,6 @@
<target>9</target>
</configuration>
</plugin>

<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>native-maven-plugin</artifactId>-->
<!-- <version>1.0-alpha-9</version>-->
<!-- <execution>-->
<!-- <id>unpack</id>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>unpack</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </plugin>-->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 787d671

Please sign in to comment.