Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Jan 11, 2020
1 parent 8aab9d7 commit 7b70159
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
39 changes: 29 additions & 10 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.volmit</groupId>
<artifactId>Mortar</artifactId>
<name>Mortar</name>
<version>1.0.72</version>
<version>1.0.73</version>
<description>That crap between the bricks</description>
<developers>
<developer>
Expand Down Expand Up @@ -89,6 +89,7 @@
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -100,20 +101,28 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalJOptions>
<additionalJOption>-J-Dhttp.agent=maven-javadoc-plugin-Mortar</additionalJOption>
<additionalparam>-Xdoclint:none</additionalparam>
</additionalJOptions>
<stylesheetfile>C:\Users\cyberpwn\Documents\development\workspace\Mortar\stylesheet.css</stylesheetfile>
</configuration>
</execution>
</executions>
<configuration>
<additionalJOptions>
<additionalJOption>-J-Dhttp.agent=maven-javadoc-plugin-${project.name}</additionalJOption>
<additionalparam>${javadoc.opts}</additionalparam>
<additionalJOption>-J-Dhttp.agent=maven-javadoc-plugin-Mortar</additionalJOption>
<additionalparam>-Xdoclint:none</additionalparam>
</additionalJOptions>
<stylesheetfile>${project.basedir}\stylesheet.css</stylesheetfile>
<stylesheetfile>C:\Users\cyberpwn\Documents\development\workspace\Mortar\stylesheet.css</stylesheetfile>
</configuration>
</plugin>
<plugin>
Expand All @@ -127,16 +136,26 @@
<goals>
<goal>exec</goal>
</goals>
<configuration>
<skip>false</skip>
<executable>C:\Users\cyberpwn\Documents\development\workspace\Mortar/scripts/doublecopy.bat</executable>
<arguments>
<argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\target\Mortar-1.0.73.jar</argument>
<argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\1.0.73\Mortar-1.0.73.jar</argument>
<argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\Mortar.jar</argument>
<argument>1.0.73</argument>
</arguments>
</configuration>
</execution>
</executions>
<configuration>
<skip>${skip.copy}</skip>
<executable>${project.basedir}/scripts/doublecopy.bat</executable>
<skip>false</skip>
<executable>C:\Users\cyberpwn\Documents\development\workspace\Mortar/scripts/doublecopy.bat</executable>
<arguments>
<argument>${project.basedir}\target\${project.name}-${project.version}.jar</argument>
<argument>${project.basedir}\release\${project.version}\Mortar-${project.version}.jar</argument>
<argument>${project.basedir}\release\Mortar.jar</argument>
<argument>${project.version}</argument>
<argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\target\Mortar-1.0.73.jar</argument>
<argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\1.0.73\Mortar-1.0.73.jar</argument>
<argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\Mortar.jar</argument>
<argument>1.0.73</argument>
</arguments>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.volmit</groupId>
<artifactId>Mortar</artifactId>
<version>1.0.72</version>
<version>1.0.73</version>
<name>Mortar</name>
<description>That crap between the bricks</description>
<developers>
Expand Down
Binary file added release/1.0.73/Mortar-1.0.73.jar
Binary file not shown.
Binary file modified release/Mortar.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.72
1.0.73

0 comments on commit 7b70159

Please sign in to comment.