Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
1d24a80137 |
5
pom.xml
5
pom.xml
@ -13,11 +13,13 @@
|
|||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>1.7</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<url>https://bitbucket.org/inteligr8/nio-crypto</url>
|
||||||
|
</scm>
|
||||||
<organization>
|
<organization>
|
||||||
<name>Inteligr8</name>
|
<name>Inteligr8</name>
|
||||||
<url>https://www.inteligr8.com</url>
|
<url>https://www.inteligr8.com</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>Brian Long</name>
|
<name>Brian Long</name>
|
||||||
@ -62,6 +64,7 @@
|
|||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<goals><goal>jar</goal></goals>
|
<goals><goal>jar</goal></goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<detectLinks>true</detectLinks>
|
||||||
<show>public</show>
|
<show>public</show>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user