Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyWolfXP committed Oct 5, 2024
1 parent 4521855 commit 151b8ef
Showing 1 changed file with 4 additions and 81 deletions.
85 changes: 4 additions & 81 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,96 +8,19 @@
<artifactId>jda-html-transcripts</artifactId>
<version>1.2.0</version>

<build>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>

<configuration>
<message>Maven Artifacts For ${project.version}</message>
<noJekyll>true</noJekyll>
<outputDirectory>${project.build.directory}</outputDirectory>

<!--suppress UnresolvedMavenProperty -->
<branch>refs/heads/${branch-name}</branch>

<includes>
<include>**/*</include>
</includes>

<merge>true</merge>

<repositoryName>jda-html-transcripts</repositoryName>
<repositoryOwner>SkyWolfXP</repositoryOwner>
<server>github</server>
</configuration>

<executions>
<execution>
<goals>
<goal>site</goal>
</goals>

<phase>deploy</phase>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
<configuration>
<altDeploymentRepository>
internal.repo::default::file://${project.build.directory}/mvn-artifact
</altDeploymentRepository>

<file/>
<repositoryId/>
<url/>
</configuration>
</plugin>

<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>

<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>

<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>internal.repo</id>
<name>Temporary Staging Repository</name>
<url>file://${project.build.directory}/mvn-artifact</url>
<id>github</id>
<name>GitHub SkyWolfXP Apache Maven Packages</name>
<url>https://maven.pkg.github.com/SkyWolfXP/jda-html-transcripts</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.1.1</version>
<version>5.1.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 151b8ef

Please sign in to comment.