<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>net.thevpc.jvmon</groupId>
    <artifactId>jvmon-desktop</artifactId>
    <name>net.thevpc.jvmon.jvmon-desktop</name>
    <version>1.3.0</version> <!--updated -->

    <dependencies>
        <dependency><groupId>net.thevpc.jvmon</groupId><artifactId>jvmon-api</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon</groupId><artifactId>jvmon-impl</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-source-java8</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-source-db</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-source-disk</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-source-linux</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-source-file</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-notifier-email</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-notifier-slack</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-notifier-ftp</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-extension-notifier-log</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.jvmon.extensions</groupId><artifactId>jvmon-kpis</artifactId><version>1.3.0</version></dependency>
        <dependency><groupId>net.thevpc.echo</groupId><artifactId>echo-swing</artifactId><version>1.1.1</version></dependency>
        <dependency><groupId>net.thevpc.scholar</groupId><artifactId>hadruplot</artifactId><version>3.2.0</version></dependency>
    </dependencies>


    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.5.1</version>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                    <showDeprecation>true</showDeprecation>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>3.0.1</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <artifactId>maven-dependency-plugin</artifactId>
                <version>3.0.2</version>
                <executions>
                    <execution>
                        <phase>process-sources</phase>

                        <goals>
                            <goal>copy-dependencies</goal>
                        </goals>

                        <configuration>
                            <outputDirectory>${targetdirectory}</outputDirectory>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <!--            <plugin>
                            <artifactId>maven-assembly-plugin</artifactId>
                            <configuration>
                                <archive>
                                    <manifest>
                                        <mainClass>net.thevpc.jvmon.JvmOnGuiMain</mainClass>
                                    </manifest>
                                </archive>
                                <descriptorRefs>
                                    <descriptorRef>jar-with-dependencies</descriptorRef>
                                </descriptorRefs>
                            </configuration>
                            <executions>
                                <execution>
                                    <id>make-assembly</id>
                                    <phase>package</phase>
                                    <goals>
                                        <goal>single</goal>
                                    </goals>
                                </execution>
                            </executions>
                        </plugin>-->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>3.3.0</version>
                <configuration>
                    <archive>
                        <manifest>
                            <mainClass>net.thevpc.jvmon.JvmOnGuiMain</mainClass>
                        </manifest>
                    </archive>
                </configuration>
            </plugin>

        </plugins>
    </build>
    <repositories>
        <repository><id>thevpc</id><name>thevpc</name><url>https://maven.thevpc.net</url></repository>
        <repository><id>vpc-public-maven</id><url>https://raw.github.com/thevpc/vpc-public-maven/master</url><snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots></repository>
        <repository><id>jzy3d-releases</id><name>Jzy3d Snapshots</name><url>http://maven.jzy3d.org/releases</url></repository>
    </repositories>

</project>
