Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85fdabf

Browse filesBrowse files
authored
Update CI.yml (geosolutions-it#10033)
1 parent 064d31c commit 85fdabf
Copy full SHA for 85fdabf

1 file changed

+7-1Lines changed: 7 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/CI.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/CI.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,13 @@ jobs:
177177
server-username: MAVEN_USERNAME
178178
server-password: MAVEN_PASSWORD
179179
- name: Publish maven packages
180-
run: mvn clean install deploy -f java/pom.xml
180+
# Here it deploys only java modules and root, needed for MS project builds.
181+
# Product, binary modules are to big to be hosted on the repository in snapshots, so they are skipped
182+
run: |
183+
# deploys java packages
184+
mvn clean install deploy -f java/pom.xml
185+
# deploys also the root module, needed for dependencies
186+
mvn deploy --non-recursive
181187
env:
182188
MAVEN_USERNAME: ${{ secrets.GS_MAVEN_USERNAME }}
183189
MAVEN_PASSWORD: ${{ secrets.GS_MAVEN_PASSWORD }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.