Skip to content

Commit d328dea

Browse files
authored
Merge pull request #3 from roguexz/develop
Maven coordinates.
2 parents 9ccb687 + 27bd696 commit d328dea

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[![License](https://img.shields.io/:license-Apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22

3-
Table of Contents
4-
=================
53

64
* [JSF Resource Framework Extensions](#jsf-resource-framework-extensions)
75
* [About](#about)
86
* [Improved Resource Handling](#improved-resource-handling)
7+
* [Dependencies](#dependencies)
98
* [Maven Coordinates](#maven-coordinates)
109
* [Build Status](#build-status)
1110

@@ -108,8 +107,21 @@ Once you include this project as a dependency, then you will notice that rendere
108107
And the [RelativeResourceHandlingFilter](src/main/java/io/rogue/faces/filter/RelativeResourceHandlingFilter.java) will
109108
take care of sending the appropriate redirect to the browser.
110109

110+
### Dependencies
111+
112+
* Java 8
113+
* JavaEE 7 - specifically JSF2
114+
111115
### Maven Coordinates
112-
TBD
116+
117+
This module is published to OSS Central and can be access at the following coordinates:
118+
119+
io.rogue.ee:jsf-extensions:<version>
120+
121+
Check the following link for locating the latest version.
122+
https://oss.sonatype.org/#nexus-search;gav~io.rogue.ee~jsf-extensions~~~
123+
124+
The very initial functioning release is version 0.0.0
113125

114126
### Build Status
115127

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ uploadArchives {
6868
mavenDeployer {
6969
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
7070

71-
if (ext.has('ossrhUsername')) {
71+
if (project.ext.has('ossrhUsername')) {
7272
// Specify the URLs only if the credentials are available.
7373
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
7474
authentication(userName: ossrhUsername, password: ossrhPassword)

0 commit comments

Comments
 (0)