Skip to content

Commit

Permalink
Adding developer connection for maven release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nribeka committed May 23, 2018
1 parent ede4f3a commit 6d83eb1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ target
*.iml

cleaner-local.properties
release.properties
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>cleaner-local.properties</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -94,4 +103,10 @@
</plugins>
</build>

<scm>
<url>https://github.com/nribeka/facebook-stuff</url>
<connection>scm:git:[email protected]:nribeka/facebook-stuff.git</connection>
<developerConnection>scm:git:[email protected]:nribeka/facebook-stuff.git</developerConnection>
</scm>

</project>

0 comments on commit 6d83eb1

Please sign in to comment.