Remove unused portions of pom.xml
They were different attempts to get it working, so might be useful to reference in the future.
This commit is contained in:
parent
48790790b4
commit
0594a64812
77
pom.xml
77
pom.xml
@ -76,15 +76,11 @@
|
||||
<groupId>wordpress</groupId>
|
||||
<artifactId>xmlrpc-client</artifactId>
|
||||
<version>3.1.3</version>
|
||||
<!-- <scope>system</scope> -->
|
||||
<!-- <systemPath>${basedir}/lib/xmlrpc-client-3.1.3.jar</systemPath> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.tearsofaunicorn.wordpress</groupId>
|
||||
<artifactId>wordpress-xmlrpc-client</artifactId>
|
||||
<version>1.1</version>
|
||||
<!-- <scope>system</scope> -->
|
||||
<!-- <systemPath>${basedir}/lib/wordpress-xmlrpc-client-1.1-SNAPSHOT.jar</systemPath> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.xmlrpc</groupId>
|
||||
@ -100,79 +96,6 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- <plugin> -->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
||||
<!-- <artifactId>maven-compiler-plugin</artifactId> -->
|
||||
<!-- <version>3.8.1</version> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <source>${maven.compiler.source}</source> -->
|
||||
<!-- <target>${maven.compiler.target}</target> -->
|
||||
<!-- <compilerArgs> -->
|
||||
<!-- <arg>-\-module-path</arg> -->
|
||||
<!-- <arg>${project.basedir}/lib</arg> -->
|
||||
<!-- <arg>-\-add-modules</arg> -->
|
||||
<!-- <arg>com.ctc.wstx,com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.dataformat.xml,com.fasterxml.jackson.datatype.jsr310,com.jcraft.jsch,javafx.controls,javafx.fxml,org.apache.commons.cli,result,wordpress.xmlrpc.client</arg> -->
|
||||
<!-- </compilerArgs> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </plugin> -->
|
||||
<!-- <plugin> -->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
||||
<!-- <artifactId>maven-jar-plugin</artifactId> -->
|
||||
<!-- <version>3.1.0</version> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <archive> -->
|
||||
<!-- <manifest> -->
|
||||
<!-- <addClasspath>true</addClasspath> -->
|
||||
<!-- <mainClass>name.nathanmcrae.numbersstation.Main</mainClass> -->
|
||||
<!-- </manifest> -->
|
||||
<!-- </archive> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </plugin> -->
|
||||
<!-- <plugin> -->
|
||||
<!-- <artifactId>maven-assembly-plugin</artifactId> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <archive> -->
|
||||
<!-- <manifest> -->
|
||||
<!-- <mainClass>name.nathanmcrae.numbersstation.Main</mainClass> -->
|
||||
<!-- </manifest> -->
|
||||
<!-- </archive> -->
|
||||
<!-- <descriptorRefs> -->
|
||||
<!-- <descriptorRef>jar-with-dependencies</descriptorRef> -->
|
||||
<!-- </descriptorRefs> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </plugin> -->
|
||||
<!-- <plugin> -->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
||||
<!-- <artifactId>maven-assembly-plugin</artifactId> -->
|
||||
<!-- <executions> -->
|
||||
<!-- <execution> -->
|
||||
<!-- <phase>package</phase> -->
|
||||
<!-- <goals> -->
|
||||
<!-- <goal>single</goal> -->
|
||||
<!-- </goals> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <archive> -->
|
||||
<!-- <manifest> -->
|
||||
<!-- <mainClass> -->
|
||||
<!-- name.nathanmcrae.numbersstation.Main -->
|
||||
<!-- </mainClass> -->
|
||||
<!-- </manifest> -->
|
||||
<!-- </archive> -->
|
||||
<!-- <descriptorRefs> -->
|
||||
<!-- <descriptorRef>jar-with-dependencies</descriptorRef> -->
|
||||
<!-- </descriptorRefs> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </execution> -->
|
||||
<!-- </executions> -->
|
||||
<!-- </plugin> -->
|
||||
<!-- <plugin> -->
|
||||
<!-- <groupId>org.openjfx</groupId> -->
|
||||
<!-- <artifactId>javafx-maven-plugin</artifactId> -->
|
||||
<!-- <version>0.0.8</version> -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <mainClass>name.nathanmcrae.numbersstation.Main</mainClass> -->
|
||||
<!-- </configuration> -->
|
||||
<!-- </plugin> -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user