@ -83,89 +83,40 @@
</properties>
<profiles >
<profile >
<id > mock</id>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 3.5.1</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-shade-plugin</artifactId>
<version > 2.4.3</version>
<configuration >
<transformers >
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries >
<Main-Class > visualiser.app.App</Main-Class>
<X-Compile-Source-JDK > ${maven.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK > ${maven.compiler.target}</X-Compile-Target-JDK>
</manifestEntries>
</transformer>
</transformers>
</configuration>
<executions >
<execution >
<phase > package</phase>
<goals >
<goal > shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile >
<id > visualiser</id>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 3.5.1</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-shade-plugin</artifactId>
<version > 2.4.3</version>
<configuration >
<transformers >
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries >
<Main-Class > visualiser.app.App</Main-Class>
<X-Compile-Source-JDK > ${maven.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK > ${maven.compiler.target}</X-Compile-Target-JDK>
</manifestEntries>
</transformer>
</transformers>
</configuration>
<executions >
<execution >
<phase > package</phase>
<goals >
<goal > shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<build >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 3.5.1</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-shade-plugin</artifactId>
<version > 2.4.3</version>
<configuration >
<transformers >
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries >
<Main-Class > visualiser.app.App</Main-Class>
<X-Compile-Source-JDK > ${maven.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK > ${maven.compiler.target}</X-Compile-Target-JDK>
</manifestEntries>
</transformer>
</transformers>
</configuration>
<executions >
<execution >
<phase > package</phase>
<goals >
<goal > shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>