Author: iocanel
Date: Mon Dec  5 10:38:41 2011
New Revision: 1210405

URL: http://svn.apache.org/viewvc?rev=1210405&view=rev
Log:
[SMX4-1000] Added jarsigner plugin for the bouncycstle bcprov bundles.

Modified:
    servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
    servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml?rev=1210405&r1=1210404&r2=1210405&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml Mon Dec  5 10:38:41 
2011
@@ -95,6 +95,24 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jarsigner-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>package</id>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <keystore>${keystore}</keystore>
+                    <alias>${alias}</alias>
+                    <storepass>${storepass}</storepass>
+                    <keypass>${keypass}</keypass>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Modified: servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml?rev=1210405&r1=1210404&r2=1210405&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml Mon Dec  5 10:38:41 
2011
@@ -95,6 +95,24 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jarsigner-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>package</id>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <keystore>${keystore}</keystore>
+                    <alias>${alias}</alias>
+                    <storepass>${storepass}</storepass>
+                    <keypass>${keypass}</keypass>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1210405&r1=1210404&r2=1210405&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Dec  5 10:38:41 2011
@@ -54,6 +54,8 @@
         <module>ws-commons-util-1.0.2</module>
         <module>solr-solrj-3.4.0</module>
         <module>solr-solrj-3.5.0</module>
+        <module>bcprov-jdk15-1.46</module>
+        <module>bcprov-jdk16-1.46</module>
     </modules>
 
 </project>


Reply via email to