Skip to content

Commit efba5c4

Browse files
authored
Merge pull request #63 from indigo-dc/new_exception
New exception
2 parents 1cc1b04 + 68d72a8 commit efba5c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,18 @@
215215
</classpathDependencyExcludes>
216216
</configuration>
217217
</plugin>
218+
<plugin>
219+
<groupId>org.apache.maven.plugins</groupId>
220+
<artifactId>maven-source-plugin</artifactId>
221+
<executions>
222+
<execution>
223+
<id>attach-sources</id>
224+
<goals>
225+
<goal>jar</goal>
226+
</goals>
227+
</execution>
228+
</executions>
229+
</plugin>
218230
</plugins>
219231
</build>
220232
</project>

0 commit comments

Comments
 (0)