IDEMPIERE-4136: Patch from hiep

dupplicate bundle

noted:
1. org.reficio isn't respect skipInvalidArtifacts, skipNotExistingArtifacts when a issue happen with artifact INSIDE <featureDefinitions>
it will respect in case that artifact not inside <featureDefinitions>

2. good practice then search for exists "java.lang.RuntimeException"
This commit is contained in:
Deepak Pansheriya 2019-12-23 12:24:14 +05:30
parent f5412a0e1a
commit c4c5db795b
1 changed files with 3 additions and 5 deletions

View File

@ -72,6 +72,9 @@
<goal>site</goal>
</goals>
<configuration>
<skipInvalidArtifacts>false</skipInvalidArtifacts>
<skipNotExistingArtifacts>false</skipNotExistingArtifacts>
<featureDefinitions>
<feature>
<id>org.idempiere.maven.feature</id>
@ -105,11 +108,6 @@
<Export-Package>*</Export-Package>
</instructions>
</artifact>
<artifact>
<id>org.apache.servicemix.bundles:org.apache.servicemix.bundles.xerces:jar:2.9.1_5</id>
<source>true</source>
<transitive>false</transitive>
</artifact>
<artifact>
<id>org.apache.servicemix.bundles:org.apache.servicemix.bundles.xerces:jar:2.9.1_5</id>
<source>true</source>