[jboss-jira] [JBoss JIRA] Updated: (JGRP-1050) Fix JGroups pom file and make JGroups OSGi compliant

Bulat Nigmatullin (JIRA) jira-events at lists.jboss.org
Mon Oct 5 04:38:49 EDT 2009


     [ https://jira.jboss.org/jira/browse/JGRP-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bulat Nigmatullin updated JGRP-1050:
------------------------------------

    Attachment: pom.xml
                jgroups_osgi_test.zip
                jgroups_in_OSGi_env.zip


1. pom.xml - fixed pom.xml file. Place in JGroups base directory.

2. jgroups_osgi_test.zip - example project that uses JGroups through maven dependency. To build move to JGroups base directory and run:
mvn package
mvn install:install-file -Dfile=target/jgroups-2.8.0.CR1.jar -DpomFile=pom.xml -Dversion=local
Then move to unpacked jgroups_osgi_test directory and run
mvn package

3. jgroups_in_OSGi_env.zip - packed OSGi framework (Felix) with JGroups test, JGroups itself and all it dependencies. To run unpack, move to base directory and execute:
java -Djava.net.preferIPv4Stack=true -jar bin/felix.jar
JGroups test will start automatically.

> Fix JGroups pom file and make JGroups OSGi compliant
> ----------------------------------------------------
>
>                 Key: JGRP-1050
>                 URL: https://jira.jboss.org/jira/browse/JGRP-1050
>             Project: JGroups
>          Issue Type: Patch
>            Reporter: Bulat Nigmatullin
>            Assignee: Bela Ban
>            Priority: Optional
>             Fix For: 2.8
>
>         Attachments: diff.txt, jgroups_in_OSGi_env.zip, jgroups_osgi_test.zip, pom.xml, pom.xml
>
>   Original Estimate: 3 days
>  Remaining Estimate: 3 days
>
> 1. Fix Maven build script, so it will produce the same result 
> as ant build script. 
> 2. Make Maven produced jar's to contain MANIFEST.MF with OSGi info. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list