We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057c54b commit ee58954Copy full SHA for ee58954
pom.xml
@@ -101,10 +101,6 @@
101
<groupId>org.apache.maven.plugins</groupId>
102
<artifactId>maven-assembly-plugin</artifactId>
103
</plugin>
104
- <plugin>
105
- <groupId>org.codehaus.mojo</groupId>
106
- <artifactId>wagon-maven-plugin</artifactId>
107
- </plugin>
108
<plugin>
109
<groupId>org.asciidoctor</groupId>
110
<artifactId>asciidoctor-maven-plugin</artifactId>
@@ -113,21 +109,6 @@
113
</plugins>
114
</build>
115
111
116
- <profiles>
117
- <profile>
118
- <id>release</id>
119
- <build>
120
- <plugins>
121
122
- <groupId>org.jfrog.buildinfo</groupId>
123
- <artifactId>artifactory-maven-plugin</artifactId>
124
- <inherited>false</inherited>
125
126
- </plugins>
127
- </build>
128
- </profile>
129
- </profiles>
130
-
131
112
<repositories>
132
<repository>
133
<id>spring-libs-snapshot</id>
0 commit comments