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

Build Failed #36

Closed
zohairzohair4 opened this issue Nov 25, 2016 · 2 comments
Closed

Build Failed #36

zohairzohair4 opened this issue Nov 25, 2016 · 2 comments

Comments

@zohairzohair4
Copy link

I have tried making build and i am getting error i am attaching image of error and also my version information in the same picture. Can you please tell me what could be the problem.

error

@sbourke
Copy link

sbourke commented Jan 18, 2017

I was getting the same problem. I got everything to work by removing the comments for the plugin defined on line 81 and 88
https://github.com/yahoo/egads/blob/master/pom.xml#L81

@sachinrase
Copy link

uncomment the build section in pom.xml

       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptorRefs>
             <descriptorRef>jar-with-dependencies</descriptorRef>
           </descriptorRefs>
         </configuration>
       </plugin>

now do following

mvn clean compile assembly:single
mvn clean install ### This will do the trick
mvn clean compile assembly:single

also you will need to symlink

cd target/ && ln -s egads-0.1-SNAPSHOT-jar-with-dependencies.jar egads-jar-with-dependencies.jar

sachinrase referenced this issue Jan 31, 2017
selections to build as a library or a fat jar.
Modify the distribution to go through Yahoo's Bintray account.
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

3 participants