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

Unable to pull "qaf-support" through maven dependency #4

Open
arun7979 opened this issue Dec 15, 2017 · 8 comments
Open

Unable to pull "qaf-support" through maven dependency #4

arun7979 opened this issue Dec 15, 2017 · 8 comments

Comments

@arun7979
Copy link

Hi,

I'm unable to get the "qaf-support" jars through maven dependency.

<repositories>
	<repository>
		<id>qaf</id>
		<url>https://qmetry.github.io/qaf/dist</url>
	</repository>
	<repository>
		<id>jai</id>
		<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases</url>
	</repository>
</repositories>

    <dependency>
        <groupId>com.qmetry</groupId>
        <artifactId>qaf-support</artifactId>
        <version>2.1.12</version>
    </dependency>

Tried multiple versions 2.1.11, 2.1.8. Any help to resolve this issue is much appreciated..

@cjayswal
Copy link
Contributor

you should be able to resolve 2.1.11. Are you inside VPN?

@arun7979
Copy link
Author

arun7979 commented Dec 15, 2017 via email

@arun7979
Copy link
Author

i try to pull 2.1.11 version, it didn't work either.. Can you please help me to solve this?

@cjayswal
Copy link
Contributor

can you provide error message?

@arun7979
Copy link
Author

eclipse.buildId=4.6.2.M20161124-1400
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product -data C:\Users*****\Desktop\DR Early Agile\Automation_POC_Workspace -product org.eclipse.epp.package.java.product

org.eclipse.m2e.logback.appender
Warning
Mon Dec 18 11:46:43 EST 2017
The POM for com.qmetry:qaf-support:jar:2.1.11 is missing, no dependency information available

@cjayswal
Copy link
Contributor

It looks like warning and you can ignore it. It may be because of in your company local repository it's not upload with dependency information. You should be able to run with warning. If you are not able to run then you should provide above location to your system admin to mirror

@arun7979
Copy link
Author

Its actually an error which prevents the maven to build the project... So I have commented the dependency in pom and downloaded the qaf-support-2.1.11.jar and added to build path...

@cjayswal
Copy link
Contributor

You should be able to resolve 2.1.12 as it is deployed in maven central.

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

No branches or pull requests

2 participants