mvn install without skiptests option and generate-sources
Closed this issue · 1 comments
Astrotaverna plugin has to be built without the option of skiptests.
is generate-sources automatically done when doing mvn:prepare/mvn;release?
I still have this question: is generate-sources automatically done when doing mvn:prepare/mvn;release?
The topcat's current version is 4.0.1 have you use the version 1.0 for any reason in particular? (astrotaverna-voservices/libs/topcat/1.0/topcat-1.0.jar?
There are error related to the tests: /Users/julian/src/fidesol/astrotaverna/astrotaverna-voservices/src/main/java/uk/ac/starlink/util/TestCase.java
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project astrotaverna-voservices: Compilation failure: Compilation failure:
[ERROR] /Users/julian/src/fidesol/astrotaverna/astrotaverna-voservices/src/main/java/uk/ac/starlink/util/TestCase.java:[19,22] package junit.framework does not exist
[ERROR] /Users/julian/src/fidesol/astrotaverna/astrotaverna-voservices/src/main/java/uk/ac/starlink/util/TestCase.java:[42,45] package junit.framework does not exist
[ERROR] /Users/julian/src/fidesol/astrotaverna/astrotaverna-voservices/src/main/java/uk/ac/starlink/util/TestCase.java:[98,8] cannot find symbol
...
...