Skip to content

Commit

Permalink
(chores) build: fix CI build (camel-olingo4-api)
Browse files Browse the repository at this point in the history
- attaching the sources can be done with the source-jar or deploy profiles
- this breaks the CI build during deploy, as this plugin is defined twice on that scenario

Signed-off-by: Otavio R. Piske <[email protected]>
  • Loading branch information
orpiske committed Jun 25, 2023
1 parent 3d16732 commit 7311a29
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions components/camel-olingo4/camel-olingo4-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,27 +82,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<defaultGoal>install</defaultGoal>

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>

</project>

0 comments on commit 7311a29

Please sign in to comment.