[ http://jira.codehaus.org/browse/MAVENUPLOAD-695?page=comments#action_57442 ]
Jesse Kuhnert commented on MAVENUPLOAD-695: ------------------------------------------- I'd like to pretend that I understand what you just said but I don't ;) The modified surefire patches I submitted in the other jira issue already handle including the right version of testng based on the running jvm. I've tested this on my local box with seperate maven project builds and everything seems to work fine as long as the user at least specifies one of the artifcat id's as a depedency (ie testng-14 or testng-1.5). I'm unsure what this one pom should look like. Does using profiles mean that all people using maven with testng will need to configure an additional profile config to be able to use it? Sorry for all the questions. I've browsed the maven docs as best I could (including the plugin dev guide), but am having trouble with this last step. All of the testing I did with these jars and the ticket linked to this one was based off of installing these two jars with commands like this: mvn install:install-file -DartifactId=testng-jdk15 -DgroupId=org.testng -Dversion=4.4.7 -Dpackaging=jar -Dfile=testng-4.4.7-jdk15.jar mvn install:install-file -DartifactId=testng-jdk14 -DgroupId=org.testng -Dversion=4.4.7 -Dpackaging=jar -Dfile=testng-4.4.7-jdk14.jar I started creating a parent->module heirarchy but started getting frustrated when I realised I needed to share classes in both jars..Not your problem to be sure, I think I just need a little more nudging. (Is there any other project's pom I can look at doing something similar? ) > Publish new testng release files to ibiblio > ------------------------------------------- > > Key: MAVENUPLOAD-695 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-695 > Project: maven-upload-requests > Type: Task > Reporter: Jesse Kuhnert > Assignee: Carlos Sanchez > Attachments: testng-4.4.7-jdk14-bundle.jar, testng-4.4.7-jdk15-bundle.jar > > > This is a new ibiblio addition. The bundle jars aren't actually available on > a normal public facing website (yet), but are attached to the issue > referenced in the bundle url. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]