Skip to content

Commit

Permalink
it.tests: don't configure packages to be exported
Browse files Browse the repository at this point in the history
The maven-bundle-plugin heuristics ensure that the packages will be
exported

References #3: Warnings when building project
  • Loading branch information
rombert committed Feb 20, 2015
1 parent 4d16f3e commit 39f4886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/archetype/it.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<inherited>true</inherited>
<configuration>
<instructions>
<Export-Package>${rootArtifactId}.it.tests.*</Export-Package>
<Sling-Test-Regexp>.*Test</Sling-Test-Regexp>
</instructions>
</configuration>
Expand Down

0 comments on commit 39f4886

Please sign in to comment.