The plugin would really benefit from ability to concatenate the META-INF/services/*
authorJaroslav Tulach <jtulach@netbeans.org>
Sun, 16 Mar 2014 09:26:09 +0100
changeset 110fcdfcb9998eb
parent 109 0052fd533761
child 111 2c3e79e7d61c
child 116 4dce5ea7e13a
The plugin would really benefit from ability to concatenate the META-INF/services/*
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Sun Mar 16 09:25:31 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Sun Mar 16 09:26:09 2014 +0100
     1.3 @@ -256,6 +256,7 @@
     1.4                                    <metaInclude>services/org.apidesign.**</metaInclude>
     1.5                                </metaIncludes>
     1.6                            </apk>
     1.7 +                          <extractDuplicates>true</extractDuplicates>
     1.8                            <file>${project.build.directory}/${project.build.finalName}.apk</file>
     1.9                        </configuration>
    1.10                        <executions>