Skip to content

Commit

Permalink
#41 xml validation disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 27, 2015
1 parent 4643cd6 commit f95c769
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
</goals>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<exclude>xml:.*</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down
13 changes: 6 additions & 7 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0"?>
<!--
* Copyright (c) 2012-2015, jcabi.com
* All rights reserved.
Expand Down Expand Up @@ -27,11 +26,10 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
name="jcabi-parent">
--><project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
name="jcabi-parent">
<skin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-skin</artifactId>
Expand All @@ -48,7 +46,8 @@
<body>
<head>
<link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/>
<link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/>
<link href="https://plus.google.com/u/0/114792568016408327418?rel=author"
rel="author"/>
</head>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand Down

0 comments on commit f95c769

Please sign in to comment.