Skip to content

Commit 71e0091

Browse files
committed
[Maven Integration] Adapt Group-Id to University and deploy sources.
1 parent dcb4526 commit 71e0091

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

swan_core/pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>de.fraunhofer.iem</groupId>
7+
<groupId>de.upb.cs.swt</groupId>
88
<artifactId>swan_core</artifactId>
99
<packaging>jar</packaging>
1010
<version>1.0.0-SNAPSHOT</version>
@@ -69,6 +69,18 @@
6969
</filesets>
7070
</configuration>
7171
</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>
7284

7385
<!-- This creates a runnable JAR that can be used from the command line. -->
7486
<plugin>
@@ -97,5 +109,4 @@
97109
</plugin>
98110
</plugins>
99111
</build>
100-
101112
</project>

0 commit comments

Comments
 (0)