Skip to content

Commit eb72521

Browse files
authored
Small changes to README (#439)
* Remove Maven section from README * Update .travis.xml * Update README.markdown
1 parent a3bbb61 commit eb72521

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ target
1313
.classpath
1414
bin
1515

16-
/doc
16+
/doc
17+
*.xml
18+
.idea/.name

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
language: java
2-
jdk:
3-
- oraclejdk7
4-
5-
script: "./gradlew test"
1+
{
2+
"language": "java",
3+
"script": "ant all"
4+
}

README.markdown

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/ck1125/Java-WebSocket.png?branch=master)](https://travis-ci.org/ck1125/Java-WebSocket)
1+
[![Build Status](https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master)](https://travis-ci.org/ck1125/Java-WebSocket)
22
Java WebSockets
33
===============
44

@@ -18,8 +18,8 @@ Implemented WebSocket protocol versions are:
1818
[Here](https://github.com/TooTallNate/Java-WebSocket/wiki/Drafts) some more details about protocol versions/drafts.
1919

2020

21-
##Build
22-
You can build using Ant or Maven but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
21+
## Build
22+
You can build using Ant but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
2323

2424
### Ant
2525

@@ -31,19 +31,6 @@ will create the javadoc of this library at ```doc/``` and build the library itse
3131

3232
The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
3333

34-
### Maven
35-
36-
**Note: I (marci4) have currently no access to our maven repository!!! The jar you can get there is out of date and it is recommended for you to build the jar directly from the sources!!!**
37-
38-
To use maven just add this dependency to your pom.xml:
39-
```xml
40-
<dependency>
41-
<groupId>org.java-websocket</groupId>
42-
<artifactId>Java-WebSocket</artifactId>
43-
<version>1.3.0</version>
44-
</dependency>
45-
```
46-
4734
Running the Examples
4835
-------------------
4936

0 commit comments

Comments
 (0)