We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flattenMode=oss
repositories
flatten-maven-plugin/src/main/java/org/codehaus/mojo/flatten/FlattenMode.java
Lines 40 to 44 in ec1c790
flatten-maven-plugin/src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
Lines 279 to 282 in ec1c790
Lines 96 to 115 in ec1c790
descriptor.setRepositories(ElementHandling.remove);
as the docs imply. This can cause an error staging to Nexus:
Release repository is not allowed
The text was updated successfully, but these errors were encountered:
Flatten repositories from JEP-229 plugins
219e268
This workarounds mojohaus/flatten-maven-plugin#362 and strips <repositories> from deployed pom for plugins using JEP-229
Flatten <repositories> part of deployed pom when using JEP-229
<repositories>
9dfe6c4
Counterpart of jenkinsci/plugin-pom#802, workarounds mojohaus/flatten-maven-plugin#362
30cb7f4
No branches or pull requests
flatten-maven-plugin/src/main/java/org/codehaus/mojo/flatten/FlattenMode.java
Lines 40 to 44 in ec1c790
flatten-maven-plugin/src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
Lines 279 to 282 in ec1c790
flatten-maven-plugin/src/main/java/org/codehaus/mojo/flatten/FlattenMode.java
Lines 96 to 115 in ec1c790
as the docs imply. This can cause an error staging to Nexus:
The text was updated successfully, but these errors were encountered: