Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from thanujalk/master
Browse files Browse the repository at this point in the history
removing maven source plugin
  • Loading branch information
thanujalk committed May 2, 2016
2 parents a5bf282 + 0a31c13 commit f96262e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@

<build>
<resources>
<resource>
<directory>${project.build.directory}/</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
Expand Down Expand Up @@ -118,16 +115,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase/>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.wso2.carbon.maven</groupId>
<artifactId>carbon-feature-plugin</artifactId>
Expand Down

0 comments on commit f96262e

Please sign in to comment.