Skip to content

Commit

Permalink
Remove unused ci profile that used deleted plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Oct 15, 2013
1 parent 0cd1e8d commit 11a8280
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,31 +87,6 @@
</build>

<profiles>
<profile>
<id>ci</id>
<build>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>downloads-maven-plugin</artifactId>
<version>0.5</version>
<configuration>
<description>${project.name} ${project.version}</description>
<override>true</override>
<includeAttached>false</includeAttached>
</configuration>
<executions>
<execution>
<goals>
<goal>upload</goal>
</goals>
<phase>install</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<!-- via this activation the profile is automatically used when the
Expand Down

0 comments on commit 11a8280

Please sign in to comment.