qmetry / qaf-support

Support project that provides ready to use steps for web and webservices
https://qmetry.github.io/qaf
MIT License
2 stars 4 forks source link

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

Open arun7979 opened 6 years ago

arun7979 commented 6 years ago

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 commented 6 years ago

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

arun7979 commented 6 years ago

Hi,

Yes, I’m connected to My organization VPN.

I did tried 2.1.11, but let me try again. Thanks much for your response!

Thanks,

On Fri, Dec 15, 2017 at 12:58 AM cjayswal notifications@github.com wrote:

you should be able to resolve 2.1.11 https://qmetry.github.io/qaf/dist/com/qmetry/qaf-support/2.1.11/. Are you inside VPN?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qmetry/qaf-support/issues/4#issuecomment-351920958, or mute the thread https://github.com/notifications/unsubscribe-auth/Ag9XqKvIGmxTQZ42wRvozAqvWEnUz_99ks5tAgqLgaJpZM4RC7ej .

arun7979 commented 6 years ago

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

cjayswal commented 6 years ago

can you provide error message?

arun7979 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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