Skip to content

Commit 8318e0d

Browse files
committed
Developer description update
1 parent 005952d commit 8318e0d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
</license>
2020
</licenses>
2121

22+
<developers>
23+
<developer>
24+
<id>support</id>
25+
<name>support</name>
26+
<email>support@safeheron.com</email>
27+
<roles>
28+
<role>Project Manager</role>
29+
<role>Architect</role>
30+
</roles>
31+
</developer>
32+
</developers>
33+
2234
<scm>
2335
<connection>https://github.com/Safeheron/safeheron-api-sdk-java.git</connection>
2436
<developerConnection>scm:git:ssh://git@github.com:Safeheron/safeheron-api-sdk-java.git
@@ -147,6 +159,19 @@
147159
<autoPublish>true</autoPublish>
148160
</configuration>
149161
</plugin>
162+
<plugin>
163+
<groupId>org.apache.maven.plugins</groupId>
164+
<artifactId>maven-source-plugin</artifactId>
165+
<version>2.2.1</version>
166+
<executions>
167+
<execution>
168+
<id>attach-sources</id>
169+
<goals>
170+
<goal>jar-no-fork</goal>
171+
</goals>
172+
</execution>
173+
</executions>
174+
</plugin>
150175
<plugin>
151176
<groupId>org.apache.maven.plugins</groupId>
152177
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)