Skip to content

Commit c40fc78

Browse files
committed
Fix release settings and add info to readme
1 parent 6117ee8 commit c40fc78

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This Tapestry module provides integration of JAXWS to Tapestry web applications.
99
* SOAPLoggingHandler for easy logging of requests/responses
1010

1111
## Usage
12+
13+
Add the Maven dependency to your project (find the current version on [Maven Central](https://search.maven.org/search?q=g:com.porscheinformatik.tapestry.jaxws%20AND%20a:tapestry-jaxws)):
14+
15+
```xml
16+
<dependency>
17+
<groupId>com.porscheinformatik.tapestry.jaxws</groupId>
18+
<artifactId>tapestry-jaxws</artifactId>
19+
<version>${tapestry-jaxws.version}</version>
20+
</dependency>
21+
```
1222

1323
You can easily add a contribution to the MetroHttpServletRequestFilter:
1424

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<name>Tapestry JAX-WS Integration</name>
55
<description>Integrates JAX-WS web services with Apache Tapestry</description>
6+
<url>https://github.com/porscheinformatik/tapestry-jaxws</url>
67

78
<organization>
89
<name>Porsche Informatik</name>

0 commit comments

Comments
 (0)