Skip to content

Commit

Permalink
Merge pull request #64 from logchange/deployment-config
Browse files Browse the repository at this point in the history
Back to publishing all modules
  • Loading branch information
marwin1991 authored Jan 17, 2025
2 parents 16a1cef + 0045b8d commit a625ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
5 changes: 3 additions & 2 deletions changelog/unreleased/000061-maven-deployment-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Changed maven deployment configuration to prevent publishing of hofund-spring-boot-e2e and root module. Updated modules descriptions.
title: Changed maven deployment configuration. Updated modules descriptions.
authors:
- name: Mateusz Witkowski
nick: witx98
Expand All @@ -8,4 +8,5 @@ issues:
- 61
merge_requests:
- 62
- 63
- 63
- 64
16 changes: 0 additions & 16 deletions hofund-spring-boot-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>ci-cd</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit a625ba9

Please sign in to comment.