[richfaces-issues] [JBoss JIRA] Created: (RF-7083) Selenium: update groupId and repository for Selenium framework

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon May 11 12:56:46 EDT 2009


Selenium: update groupId and repository for Selenium framework 
---------------------------------------------------------------

                 Key: RF-7083
                 URL: https://jira.jboss.org/jira/browse/RF-7083
             Project: RichFaces
          Issue Type: Task
          Components: build
    Affects Versions: 3.3.1
            Reporter: Nick Belaevski
            Assignee: Nick Belaevski
             Fix For: 3.3.2.CR1


1. Repositories to use:

	<repositories>
		<repository>
			<id>nexus.openqa.org-releases</id>
			<name>nexus.openqa.org-releases</name>
			<url>http://nexus.openqa.org/content/repositories/releases</url>
			<layout>default</layout>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</repository>
		<repository>
			<id>nexus.openqa.org-snapshots</id>
			<name>nexus.openqa.org-snapshots</name>
			<url>http://nexus.openqa.org/content/repositories/snapshots</url>
			<layout>default</layout>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>false</enabled>
			</releases>
		</repository>
	</repositories>

2. Group ids: now is "org.seleniumhq.selenium.client-drivers" instead of "org.openqa.selenium.client-drivers"

-- 
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 richfaces-issues mailing list