Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarriba committed Jun 19, 2020
1 parent 043f1db commit ec5c996
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>es.jlarriba</groupId>
<artifactId>astounding</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -74,29 +74,19 @@
<artifactId>client-maven-plugin</artifactId>
<version>0.1.26</version>
<configuration>
<!--<bundlesList>
<list>src/main/resources/es/jlarriba/astounding</list>
</bundlesList>-->
<reflectionList>
<list>es.jlarriba.astounding.MainController</list>
</reflectionList>
<mainClass>es.jlarriba.astounding.App</mainClass>
<graalvmHome>/opt/graalvm</graalvmHome>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>native</id>
<build>
<plugins>
<plugin>
<groupId>com.gluonhq</groupId>
<artifactId>client-maven-plugin</artifactId>
<version>0.1.27</version>
<configuration>
<mainClass>es.jlarriba.astounding.App</mainClass>
<graalvmHome>/opt/graalvm</graalvmHome>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>fatJar</id>
<build>
Expand Down

0 comments on commit ec5c996

Please sign in to comment.