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 ERROR #1

Closed
qwfys opened this issue Feb 5, 2015 · 5 comments
Closed

BUILD ERROR #1

qwfys opened this issue Feb 5, 2015 · 5 comments
Assignees

Comments

@qwfys
Copy link

qwfys commented Feb 5, 2015

org.eclipse.jetty jetty-maven-plugin 9.2.7.v20150116 stop 5599 / 0 80 60000

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: org.mortbay.jasper:jasper-jsp:pom:8.0.9.M3

Reason: Cannot find parent: org.eclipse.jetty:jetty-parent for project: org.mortbay.jasper:jasper-jsp:pom:8.0.9.M3 for project org.mortbay.jasper:jasper-jsp:pom:8.0.9.M3

@janbartel
Copy link
Member

WenkeL,

The paste has not worked properly and most of the output of the build is missing. Can you repaste it please?

Jan

@janbartel janbartel self-assigned this Feb 5, 2015
@joakime
Copy link
Member

joakime commented Feb 5, 2015

If you click on the pencil icon you can see the original paste.

Here it is, but using markdown to make it more visible.

        <plugin>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-maven-plugin</artifactId>
            <version>9.2.7.v20150116</version>
            <configuration>
                <stopKey>stop</stopKey>
                <stopPort>5599</stopPort>
                <webAppConfig>
                    <contextPath>/</contextPath>
                </webAppConfig>
                <scanIntervalSeconds>0</scanIntervalSeconds>
                <connectors>
                    <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
                        <port>80</port>
                        <maxIdleTime>60000</maxIdleTime>
                    </connector>
                </connectors>
            </configuration>
        </plugin>

@janbartel
Copy link
Member

Mmn, sorry but from the pasted content on the bug report I can't understand what the jetty maven plugin has got to do with a build of the jetty-jasper project. I've checkout tag 8.0.9.M3 and cleared my local repo of org.eclipse.jetty.jetty-parent, and it builds just fine. The jetty-parent module version 22 which 8.0.9.M3 depends on is in the maven central repository.

So whatever project is being built, my suggestion is that WenkeL's local maven repo is borked. Try cleaning and rebuilding.

Jan

@Danmark
Copy link
Contributor

Danmark commented Apr 14, 2016

i think this is related to http://stackoverflow.com/questions/1885137/maven-downloads-corrupted-jars
and should be solved by #2

@janbartel
Copy link
Member

Thanks @Danmark. Closing this issue.

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

4 participants