Skip to content

Commit

Permalink
Trying to fix release with JAR.
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicLiquid committed Jan 13, 2022
1 parent 1e67c44 commit 92128fc
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,6 @@
<tag>HEAD</tag>
</scm>

<profiles>
<profile>
<id>src</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
Expand Down Expand Up @@ -86,13 +62,19 @@
<tagBase>
scm:git:${project.scm.url}/tags
</tagBase>
<goals>install</goals>
<releaseProfiles>src</releaseProfiles>
</configuration>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/EvoTM/keycloak-trackmania</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>org.keycloak</groupId>
Expand Down

0 comments on commit 92128fc

Please sign in to comment.