Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 1340 by santeri.vesalai...@gmail.com: Jython 2.7 alpha 2
(separate profile) to support Selenium 2 with maven plugin
http://code.google.com/p/robotframework/issues/detail?id=1340
Consider use case where robotframework maven plugin is only used, and
Selenium 2 robotframework would be needed to use
https://github.com/robotframework/MavenPlugin/blob/master/pom.xml
Steps (roughly)
1. Download Jython 2.7a2 -> ./ext-lib/
2. modify pom.xml
* Add a maven profile -Pjython27 to ./pom.xml (if older jython need to be
preserved)
* that profile creates different artifact eg.
org.robotframework:robotframework27
3. Test it
4. Deploy it if does work
Similar ticket:
https://code.google.com/p/robotframework/issues/detail?id=112