I found the contents of jetty-6.1.26.pom were strange.

$ cat 
/home/jharai/.m2/repository/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; xmlns="http://maven.apache.org/
POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>jetty</artifactId>
  <version>6.1.26</version>
  <packaging>zip</packaging>
</project>

There was no denpendency.

"mvn package" succeeded by removing the enclosing directory by hand.

On Monday, February 17, 2014 9:56:18 PM UTC+9, Akihiro HARAI wrote:
>
> Although jetty itself is included, there is no dependency under the jetty.
> [DEBUG]    org.jenkins-ci.main:jenkins-test-harness:jar:1.509.4:test
> ...
> [DEBUG]       org.jenkins-ci.plugins:mailer:jar:1.4:test
> [DEBUG]       org.mortbay.jetty:jetty:jar:6.1.26:test
> [DEBUG]       org.jvnet.hudson:test-annotations:jar:1.0:test
> I pasted the entire output to Gist <https://gist.github.com/harai/9049959>
> .
>
> On Monday, February 17, 2014 8:57:02 AM UTC+9, Ikedam wrote:
>>
>> It should be depended via jenkins-test-harness.
>>
>> With mvn -X, output in my environment is like this:
>>
>> [DEBUG]    org.jenkins-ci.main:jenkins-test-harness:jar:1.509:test
>> ...
>> [DEBUG]       org.mortbay.jetty:jetty:jar:6.1.26:test
>> [DEBUG]          org.mortbay.jetty:jetty-util:jar:6.1.26:test
>> [DEBUG]          org.mortbay.jetty:servlet-api:jar:2.5-20081211:test
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to