File tree Expand file tree Collapse file tree 3 files changed +24
-18
lines changed Expand file tree Collapse file tree 3 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 2
2
--------
3
3
4
4
Maven is used as build tool for jrobotremoteserver.
5
- You can simply do a 'mvn clean package' in the project directory.
5
+ You can simply do a 'mvn clean package javadoc:jar ' in the project directory.
6
6
7
7
Robot Tests
8
8
-----------
Original file line number Diff line number Diff line change 1
- *************************************************************
2
- jrobotremoteserver - A Robot Framework Remote Server for Java
3
- *************************************************************
1
+ ******************
2
+ jrobotremoteserver
3
+ ******************
4
4
5
- This is a fork that is in an early development stage .
5
+ jrobotremoteserver is a remote server for Robot Framework implemented in Java .
6
6
7
- See the release version of jrobotremoteserver _
8
-
9
- .. _jrobotremoteserver : http://code.google.com/p/jrobotremoteserver/
10
-
11
- Planned features include:
12
-
13
- #. Maven built w/ all dependencies in major repos
14
- #. Programmatic usage
15
- #. Multiple libraries
16
- #. Support for dynamic API libraries
7
+ Documentation can be found on the project `wiki <https://github.com/ombre42/jrobotremoteserver/wiki >`_.
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >org.robotframework </groupId >
4
+ <groupId >com.github.ombre42 </groupId >
5
5
<artifactId >remoteserver</artifactId >
6
- <version >0.0.1-SNAPSHOT </version >
6
+ <version >2.0-BETA </version >
7
7
<packaging >jar</packaging >
8
8
<name >jrobotremoteserver</name >
9
- <url >http ://code.google. com/p /jrobotremoteserver/ </url >
9
+ <url >https ://github. com/ombre42 /jrobotremoteserver</url >
10
10
<licenses >
11
11
<license >
12
12
<name >Apache 2</name >
13
13
<url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
14
14
<distribution >repo</distribution >
15
15
</license >
16
16
</licenses >
17
+ <developers >
18
+ <developer >
19
+ <name >Kevin Ormbrek</name >
20
+
21
+ </developer >
22
+ <developer >
23
+ <name >David Luu</name >
24
+
25
+ </developer >
26
+ </developers >
17
27
<properties >
18
28
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
29
</properties >
97
107
</plugins >
98
108
</build >
99
109
<description >Serves remote test libraries for Robot Framework that are implemented in Java.</description >
110
+ <scm >
111
+ <
connection >scm:git:
[email protected] :ombre42/jrobotremoteserver.git</
connection >
112
+ <
developerConnection >scm:git:
[email protected] :ombre42/jrobotremoteserver.git</
developerConnection >
113
+ <
url >
[email protected] :ombre42/jrobotremoteserver.git</
url >
114
+ </scm >
100
115
</project >
You can’t perform that action at this time.
0 commit comments