Skip to content

Commit

Permalink
Added custom repository config for parent pom retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 1, 2010
1 parent d0179c8 commit 2a5958a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>net.fortuna.ical4j.vcard.*</Export-Package>
<Import-Package>net.fortuna.ical4j.*,org.apache.commons.lang.*,org.apache.commons.logging,*;resolution:=optional</Import-Package>
</instructions>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
Expand Down

0 comments on commit 2a5958a

Please sign in to comment.