Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency to jbossjta not resolved when building project #383

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. git clone 
https://github.com/skltp-aggregerandetjanster/riv.crm.requeststatus.GetAggregate
dRequestActivities.git
2. cd riv.crm.requeststatus.GetAggregatedRequestActivities
3. mvn clean install

What is the expected output? What do you see instead?

Expect jbossjta to be downloaded to my local repo.

Instead i get an error.

[ERROR] Failed to execute goal on project GetAggregatedRequestActivities: Could 
not resolve dependencies for project 
se.skltp.aggregatingservices.crm.requeststatus:GetAggregatedRequestActivities:mu
le:1.0.1-RC6-SNAPSHOT: Failed to collect dependencies at 
se.skltp.agp:agp-core:jar:1.2.1 -> 
org.soitoolkit.commons.poms.mule-dependencies:soitoolkit-mule-3.3.1-dependencies
:pom:0.6.1-M2 -> org.mule.modules:mule-module-jbossts:jar:3.3.1 -> 
org.jboss.jbossts:jbossjta:jar:4.15.0.Final: Failed to read artifact descriptor 
for org.jboss.jbossts:jbossjta:jar:4.15.0.Final: Could not transfer artifact 
org.jboss.jbossts:jbossjta:pom:4.15.0.Final from/to muleforge 
(http://repository.muleforge.org): Connection to 
http://repository.muleforge.org refused: Connection refused -> [Help 1]

What version of the product are you using? On what operating system?

─$ mvn -version
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 
17:22:22+0200)
Maven home: /usr/local/Cellar/maven31/3.1.1/libexec
Java version: 1.7.0_67, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac"

soi-toolkit 0.6.1 M2

Please provide any additional information below.

Workaround for now is to add jboss respository in the projetcs pom.xml. After 
the change jbossjta is downloaded.

        <repositories>
            <repository>
                <id>jboss</id>
                <url>https://repository.jboss.org/</url>
            </repository>
        </repositories>

Original issue reported on code.google.com by hans.thu...@callistaenterprise.se on 12 Jan 2015 at 8:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant