Skip to content

Commit a648cbb

Browse files
authored
Added note for outdated maven repository
Due to the maven repository being outdated I added a note to inform the user about it!
1 parent d9d9c40 commit a648cbb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Implemented WebSocket protocol versions are:
2121
##Build
2222
You can build using Ant or Maven but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
2323

24-
###Ant
24+
### Ant
2525

2626
``` bash
2727
ant
@@ -31,7 +31,9 @@ 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
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!!!**
3537

3638
To use maven just add this dependency to your pom.xml:
3739
```xml

0 commit comments

Comments
 (0)