We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb4526 commit 71e0091Copy full SHA for 71e0091
swan_core/pom.xml
@@ -4,7 +4,7 @@
4
5
<modelVersion>4.0.0</modelVersion>
6
7
- <groupId>de.fraunhofer.iem</groupId>
+ <groupId>de.upb.cs.swt</groupId>
8
<artifactId>swan_core</artifactId>
9
<packaging>jar</packaging>
10
<version>1.0.0-SNAPSHOT</version>
@@ -69,6 +69,18 @@
69
</filesets>
70
</configuration>
71
</plugin>
72
+ <plugin>
73
+ <groupId>org.apache.maven.plugins</groupId>
74
+ <artifactId>maven-source-plugin</artifactId>
75
+ <executions>
76
+ <execution>
77
+ <id>attach-sources</id>
78
+ <goals>
79
+ <goal>jar</goal>
80
+ </goals>
81
+ </execution>
82
+ </executions>
83
+ </plugin>
84
85
<!-- This creates a runnable JAR that can be used from the command line. -->
86
<plugin>
@@ -97,5 +109,4 @@
97
109
98
110
</plugins>
99
111
</build>
100
-
101
112
</project>
0 commit comments