Skip to content

Commit

Permalink
Excludes the aggregator projects from the nexus staging
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Feb 2, 2023
1 parent ee59a46 commit 063a9c8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
6 changes: 5 additions & 1 deletion api-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
<!--
Licensed under the European Space Agency Public License, Version 2.0
You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -61,6 +61,10 @@
</developer>
</developers>

<properties>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<modules>
<module>xml-jaxb</module>
<module>generator-interfaces</module>
Expand Down
6 changes: 5 additions & 1 deletion apis/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
<!--
Licensed under the European Space Agency Public License, Version 2.0
You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -61,6 +61,10 @@
</developer>
</developers>

<properties>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<modules>
<module>api-mal</module>
<module>api-com</module>
Expand Down
8 changes: 6 additions & 2 deletions bindings/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
<!--
Licensed under the European Space Agency Public License, Version 2.0
You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -61,6 +61,10 @@
</developer>
</developers>

<properties>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<modules>
<module>encoding-string</module>
<module>encoding-binary</module>
Expand Down Expand Up @@ -93,4 +97,4 @@
</modules>
</profile>
</profiles>
</project>
</project>
6 changes: 5 additions & 1 deletion tooling/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
<!--
Licensed under the European Space Agency Public License, Version 2.0
You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -61,6 +61,10 @@
</developer>
</developers>

<properties>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<modules>
<module>basic-demo</module>
<module>encoding-performance-test</module>
Expand Down
4 changes: 4 additions & 0 deletions xml-service-specifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
</developer>
</developers>

<properties>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</properties>

<modules>
<module>xml-ccsds-mo-standards</module>
<module>xml-ccsds-mo-prototypes</module>
Expand Down

0 comments on commit 063a9c8

Please sign in to comment.