Skip to content

Commit

Permalink
Fix source plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh authored Aug 2, 2023
1 parent 6d54df4 commit f883355
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.bastillion</groupId>
<artifactId>lmvc</artifactId>
<version>1.11.5</version>
<version>1.11.6</version>
<packaging>jar</packaging>
<name>Loophole MVC</name>
<description>Loophole - Model-View-Controller Framework</description>
Expand Down Expand Up @@ -111,6 +111,19 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit f883355

Please sign in to comment.