Skip to content

Commit

Permalink
ARIES-598 Correct the packageinfo resource configuration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/parent@1079824 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Zoe Slattery committed Mar 9, 2011
1 parent 52183b1 commit 8d49326
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions default-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@
<include>**/*</include>
</includes>
</resource>

<resource>
<directory>${project.build.sourceDirectory}</directory>
<includes>
<include>**/packageinfo</include>
</includes>
</resource>

</resources>

<testResources>
Expand Down Expand Up @@ -285,12 +293,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<resource>
<directory>${project.build.sourceDirectory}</directory>
<includes>
<include>**/packageinfo</include>
</includes>
</resource>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down Expand Up @@ -598,8 +600,8 @@
<aries.osgi.private.pkg>${project.artifactId}*.impl</aries.osgi.private.pkg>
<!--
Hard coded version must be changed
-->
<aries.osgi.export>${aries.osgi.export.pkg};version=0.4.0;-noimport:=true</aries.osgi.export>
-->
<aries.osgi.export.pkg>!*.impl;${project.artifactId}*</aries.osgi.export.pkg>

<aries.osgi.version>version=${project.version}</aries.osgi.version>
Expand Down

0 comments on commit 8d49326

Please sign in to comment.