Hello,

Yes it is in
https://github.com/apache/incubator-taverna-language/blob/master/taverna-language-commandline/pom.xml
which (IIRC) is the module that menaka built for GSOC. I think the last
release did not include this module -
https://github.com/apache/incubator-taverna-language/commit/349460af1447cd04bfea59b047a99ab85652c185.

<dependency>
        <groupId>no.s11.scufl2</groupId>
        <artifactId>scufl2-iwir</artifactId>
        <version>0.2-SNAPSHOT</version>
        <optional>true</optional>
</dependency>

So it looks like we need to get the no.s11.scufl2:scufl2-iwir dependency
deployed 'properly'

Cheers,

Ian

On 25/01/2016 17:27, Andy Seaborne wrote:
> On 25/01/16 16:37, Ian Dunlop wrote:
>> Hello
>>
>> Pasted from IRC chat!
>>
>> "Was going to try a taverna-language release but mvn release:prepare
>> asked if I wanted to resolve some SNAPSHOT dependencies
>> [15:42] <IanD_> I said no which resulted in: [ERROR] Failed to execute
>> goal org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare
>> (default-cli) on project taverna-language: Can't release project due to
>> non released dependencies : [ERROR]
>> no.s11.scufl2:scufl2-iwir:jar:0.2-SNAPSHOT:compile
>> [15:43] <IanD_> [ERROR] in project 'Apache Taverna Language Commandline'
>> (org.apache.taverna.language:taverna-language-commandline:jar:0.15.1-incubating-SNAPSHOT)"
>>
>>
>> Any ideas?
>> Cheers,
>>
>> Ian
>>
> 
> One reason this can happen is when, somewhere, a module depends on a
> SNAPSHOT and it's getting that SNAPSHOT from the repo, not as part of
> the build.
> 
>     Andy
> 
> 
> 

-- 
Ian Dunlop, eScience Lab
School of Computer Science
The University of Manchester
http://orcid.org/0000-0001-7066-3350

Reply via email to