File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 1313
1414 <groupId >javax.money</groupId >
1515 <artifactId >money-api</artifactId >
16- <packaging >bundle </packaging >
16+ <packaging >jar </packaging >
1717
1818 <version >1.0.2-SNAPSHOT</version >
1919 <name >JSR 354 (Money and Currency API)</name >
491491 <!-- ======================================================= -->
492492 <!-- Packaging (OSGi bundle) -->
493493 <!-- ======================================================= -->
494- <plugin >
495- <groupId >org.apache.felix</groupId >
496- <artifactId >maven-bundle-plugin</artifactId >
497- <version >2.5.3</version >
498- <extensions >true</extensions >
499- <!--
500- <configuration>
501- <instructions>
502- <Export-Package>javax.money.*</Export-Package>
503- <Private-Package>!*</Private-Package>
504- </instructions>
505- </configuration>
506- -->
507- </plugin >
508494 <plugin >
509495 <groupId >org.apache.maven.plugins</groupId >
510496 <artifactId >maven-clean-plugin</artifactId >
738724 <!-- ======================================================= -->
739725 <!-- Packaging (OSGi bundle) -->
740726 <!-- ======================================================= -->
741- <plugin >
742- <groupId >org.apache.felix</groupId >
743- <artifactId >maven-bundle-plugin</artifactId >
744- </plugin >
745-
746727 <plugin >
747728 <groupId >org.apache.maven.plugins</groupId >
748729 <artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments