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

Cleanup reference on jcifs-ext on core module #1

Open
bugeaud opened this issue Jun 5, 2013 · 2 comments
Open

Cleanup reference on jcifs-ext on core module #1

bugeaud opened this issue Jun 5, 2013 · 2 comments

Comments

@bugeaud
Copy link

bugeaud commented Jun 5, 2013

At this time, there is a reference on the core module to:

    <dependency>
        <groupId>org.jaaslounge.patched</groupId>
        <artifactId>jcifs-ext</artifactId>
        <version>0.9.4-patched</version>
    </dependency>

This version is not found in maven central. Thus it breaks automatic building.

@AlexandreFenyo
Copy link

  • Download the jar file from SourceForge: jcifs-ext-0.9.4-patched.jar

  • Install it manually in your local maven repository:

    mvn install:install-file -Dfile=jcifs-ext-0.9.4-patched.jar -DgroupId=org.jaaslounge.patched -DartifactId=jcifs-ext -Dversion=0.9.4-patched -Dpackaging=jar -DgeneratePom=true

  • Finally, retry launching mvn install

@AlexandreFenyo
Copy link

Note that the artifact jcifs-ext-0.9.4-patched.jar is also in this repository, but not in the master branch: you will find it looking at the jcifs-ext-0.9.4-patched branch!

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