Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix(staticAnalysis): fix the failed -DstaticAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Mar 19, 2016
1 parent 58a90c6 commit 8c7320a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -46,9 +46,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/demo-glossary/compendium/pom.xml
Expand Up @@ -9,7 +9,7 @@
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>3.8.0</version>
<version>${project.version}</version>
<configuration>
<glossaryFile>fr.po</glossaryFile>
<transLang>pl</transLang>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/demo-glossary/csv/pom.xml
Expand Up @@ -9,7 +9,7 @@
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>3.8.0</version>
<version>${project.version}</version>
<configuration>
<glossaryFile>translate1.csv</glossaryFile>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/demo-glossary/delete/pom.xml
Expand Up @@ -9,7 +9,7 @@
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>3.8.0</version>
<version>${project.version}</version>
<configuration>
<lang>zh</lang>
<allGlossary>true</allGlossary>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/demo-glossary/fuel/pom.xml
Expand Up @@ -9,7 +9,7 @@
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>3.8.0</version>
<version>${project.version}</version>
<configuration>
<glossaryFile>fuel_hi.po</glossaryFile>
<transLang>hi</transLang>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/demo-props/pom.xml
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>3.8.0</version>
<version>${project.version}</version>
<configuration>
<projectType>properties</projectType>
<srcDir>${zanata.srcDir}</srcDir>
Expand Down
2 changes: 1 addition & 1 deletion zanata-maven-plugin/demo-publican/pom.xml
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>org.zanata</groupId>
<artifactId>zanata-maven-plugin</artifactId>
<version>3.8.0</version>
<version>${project.version}</version>
<configuration>
<srcDir>${zanata.srcDir}</srcDir>
<transDir>${zanata.transDir}</transDir>
Expand Down

0 comments on commit 8c7320a

Please sign in to comment.