We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd1e8d commit 11a8280Copy full SHA for 11a8280
app/pom.xml
@@ -87,31 +87,6 @@
87
</build>
88
89
<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>
115
<profile>
116
<id>release</id>
117
<!-- via this activation the profile is automatically used when the
0 commit comments