Files
ParchmentMC/patches/reverted/server/0004-Build-sources.patch
2021-06-17 03:03:07 -04:00

33 lines
1.0 KiB
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: lexikiq <noellekiq@gmail.com>
Date: Tue, 4 May 2021 11:50:36 -0400
Subject: [PATCH] Build sources
diff --git a/pom.xml b/pom.xml
index e8c91265e5694676b6fb6a4b3ee022b88d1e5cf0..afa475f33bad218e77e5a6f373615409b3eb5d60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,6 +405,21 @@
</excludes>
</configuration>
</plugin>
+ <!-- Parchment start -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.2.0</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Parchment end -->
</plugins>
</build>