Skip to content

Commit

Permalink
Issue #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Mar 26, 2015
1 parent 943780e commit 0e3bb1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-project</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -49,6 +49,7 @@
</organization>
<modules>
<module>compiler</module>
<module>plugin</module>
<module>full</module>
<module>npm</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion samples/po/project-package.json
Expand Up @@ -13,7 +13,7 @@
"nodeunit" : "~0.8.6"
},
"scripts": {
"postinstall" : "java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar -d target/generated-sources/xjc src/main/resources/purchaseorder.xsd -b src/main/resources/bindings.xjb",
"prepublish" : "java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar -d target/generated-sources/xjc src/main/resources/purchaseorder.xsd -b src/main/resources/bindings.xjb",
"test": "nodeunit src/test/javascript/tests.js"
}
}

0 comments on commit 0e3bb1e

Please sign in to comment.