Skip to content

Commit 38a6759

Browse files
committed
HV-971 Remove example Maven settings and related instructions to use it
1 parent d863257 commit 38a6759

File tree

2 files changed

+2
-323
lines changed

2 files changed

+2
-323
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the JBoss Logging API, an abstraction layer which supports several logging solut
3030
provided by the JDK) as implementation. Just add a supported logging library to the classpath (e.g. _log4j-<version>.jar_) and JBoss
3131
Logging will delegate any log requests to that provider.
3232

33-
* Add the following to your Maven or Ivy dependency list (Hibernate Validator can be found in the [JBoss Maven repository](http://repository.jboss.org/nexus/content/groups/public-jboss)):
33+
* Add the following to your Maven or Ivy dependency list
3434

3535
<dependency>
3636
<groupId>org.hibernate</groupId>
@@ -76,7 +76,7 @@ the Apache Software License 2.0. Refer to license.txt for more information.
7676
You can build Hibernate Validator from source by cloning the git repository git://github.com/hibernate/hibernate-validator.git.
7777
You will also need a JDK 8 and Maven 3 (>= 3.0.3). With these prerequisites in place you can compile the source via
7878

79-
mvn clean install -s settings-example.xml
79+
mvn clean install
8080

8181
There are more build options available as well. For more information refer to [Contributing to Hibernate Validator](http://hibernate.org/validator/contribute/).
8282

settings-example.xml

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)