taverna-engine, taverna-common-activities, and taverna-commandline all build
successfully on my Windows 10 machine running Maven 3.3.9 and Java 1.8.0_91.
I do not have time to perform a detailed check of the source headers
for the common-activities or commandline files at this time, or check the
dependencies. (But Alan has done a GitHub search for copyrights and the
files are clean.)
These warnings in Activity archetype seem to be the most serious:
[INFO] [WARNING] Some problems were encountered while building the
effective model for com.example:dummy-taverna-plugin:pom:0.1.0-SNAPSHOT
[INFO] [WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 22,
column 12
[INFO] [WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 50,
column 12
[INFO] [WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-jar-plugin is missing. @ line 40, column 12
[INFO] [WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-source-plugin is missing. @ line 29, column
12
Can we release with these warnings?
See a summary of the non-Javadoc warnings below, followed by
a summary of all warnings (including Javadoc warnings).
---------------------------------------
Warnings (other than Javadoc warnings):
---------------------------------------
taverna-engine
- Workflow Model impl - private reference
- Reference Manager impl - unused package warning
- Activity archetype: missing plug-in warnings, empty jar warning,
and unresolved package dependency warnings
taverna-common-activities
- Common Activities: empty jar warning
taverna-commandline
- Command-line tool: empty jar warning
- Command-line tool Product: missing POMs
---------------------------------------
Detailed summary (including Javadoc warnings)
---------------------------------------
taverna-engine
- Engine and Platform: empty jar warning
- Reference Manager API: Javadoc warnings
- Observer pattern: Javadoc warnings
- Workflow Model API: Javadoc warnings
- Workflow Model Extension Points: Javadoc warnings
- Workflow Model impl: Javadoc warnings; private reference warning
[WARNING] Bundle org.apache.taverna.engine:taverna-workflowmodel-
impl:bundle:3.1.0-incubating :
Export org.apache.taverna.workflowmodel.impl, has 1, private
references
[org.apache.taverna.workflowmodel.processor.dispatch.impl],
- Reference Manager impl: Javadoc warnings; unused package warning
[WARNING] Bundle org.apache.taverna.engine:taverna-reference-
impl:bundle:3.1.0-incubating : Unused Import-Package instructions:
[org.springframework.orm.*]
- Activity archetype: missing plug-in warnings, empty jar warning,
and unresolved package dependency warnings
EXAMPLE 1: [INFO] [WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing.
@ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT,
...\taverna-activity-archetype\target\test-classes\projects\
dummyActivity\project\dummy-taverna-plugin\pom.xml, line 22, column 12
EXAMPLE 2: [INFO] [WARNING] Bundle : org.springframework:
org.springframework.context:jar:3.0.5.RELEASE has unresolved package
dependencies: org.apache.commons.logging;version="[1.1.1,2.0.0)"
- Platform Capability API: Javadoc warnings
- Credential Manager API: Javadoc warnings
- Credential Manager impl: Javadoc warnings
- Platform Report Service: Javadoc warnings
- Platform Execution Service API: Javadoc warnings
- Platform Run Service API: Javadoc warnings
taverna-common-activities
- Common Activities: empty jar warning
- Beanshell Activity: Javadoc warnings
- External Tool Activity: Javadoc warnings
- REST Activity: Javadoc warnings
- Spreadsheet Import Activity: Javadoc warnings
- WSDL-generic Library: Javadoc warnings
- WSDL Activity: Javadoc warnings
taverna-commandline
- Command-line tool: empty jar warning
- Command-line tool Common: a few Javadoc warnings
- Command-line tool Product: missing POMs
EXAMPLE: [WARNING] Missing POM for org.springframework:org.
springframework.aop:jar:3.0.0.RC1
Packages/modules (what is the correct term?) that are not listed
have no warnings.
Gale
On Wed, Jun 8, 2016 at 3:49 AM Stian Soiland-Reyes <[email protected]> wrote:
> Thilina Manamgoda wrote:
> > i have updated the maven to 3.3.9 and i got this failure
> >
> > Failed to execute goal
> > org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
> > on project taverna-credential-manager-impl: There are test failures.
>
> Do you have any more details of this test error? It should look like a
> stack trace mentioning which tests fail.
>
> You can also look in the *.txt files in
> taverna-credential-manager-impl/target/surefire-reports/
>
> In case you built with -T1.5C, (which would build multiple
> modules concurrently), perhaps run "mvn clean install" inside the
> taverna-credendial-manager-impl folder to get a cleaner Maven output.
>