Skip to content

Commit

Permalink
[pom] Remove maven 2 attach description from site as not used correctly
Browse files Browse the repository at this point in the history
This is for a pom and requires a descriptor to attach.  The parent gets 'No site descriptor found: nothing to attach.'.  And all other modules are not poms so they all fail respectively stating they are not poms.
  • Loading branch information
hazendaz authored and mathieucarbou committed May 28, 2023
1 parent f016eb7 commit d209dca
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<executions>
<execution>
<id>attach-descriptor</id>
<goals>
<goal>attach-descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -552,15 +544,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
<id>attach-descriptor</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down

0 comments on commit d209dca

Please sign in to comment.