Skip to content

Commit 11a8280

Browse files
committed
Remove unused ci profile that used deleted plugin
1 parent 0cd1e8d commit 11a8280

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

app/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -87,31 +87,6 @@
8787
</build>
8888

8989
<profiles>
90-
<profile>
91-
<id>ci</id>
92-
<build>
93-
<plugins>
94-
<plugin>
95-
<groupId>com.github.github</groupId>
96-
<artifactId>downloads-maven-plugin</artifactId>
97-
<version>0.5</version>
98-
<configuration>
99-
<description>${project.name} ${project.version}</description>
100-
<override>true</override>
101-
<includeAttached>false</includeAttached>
102-
</configuration>
103-
<executions>
104-
<execution>
105-
<goals>
106-
<goal>upload</goal>
107-
</goals>
108-
<phase>install</phase>
109-
</execution>
110-
</executions>
111-
</plugin>
112-
</plugins>
113-
</build>
114-
</profile>
11590
<profile>
11691
<id>release</id>
11792
<!-- via this activation the profile is automatically used when the

0 commit comments

Comments
 (0)