This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jbonofre: [INFO] | |
[08:52] jbonofre: [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.scala-library/2.9.1_1/org.apache.servicemix.bundles.scala-library-2.9.1_1.pom | |
[08:52] jbonofre: [INFO] 3 KB | |
[08:52] jbonofre: [INFO] | |
[08:52] jbonofre: [INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.scala-library/2.9.1_1/org.apache.servicemix.bundles.scala-library-2.9.1_1.pom (3 KB at 1.2 KB/sec) | |
[08:52] jbonofre: [INFO] [INFO] ------------------------------------------------------------------------ | |
[08:52] jbonofre: [INFO] [INFO] BUILD FAILURE | |
[08:52] jbonofre: [INFO] [INFO] ------------------------------------------------------------------------ | |
[08:52] jbonofre: [INFO] [INFO] Total time: 4:34.820s | |
[08:52] jbonofre: [INFO] [INFO] Finished at: Mon Sep 12 10:48:10 CEST 2011 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
index ce69d9a..01f13ef 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -957,4 +957,16 @@ | |
<url>http://jvz.io:8081/nexus/content/repositories/releases/</url> | |
</repository> | |
</repositories> | |
+ <pluginRepositories> | |
+ <pluginRepository> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[java] Downloaded: http://repo1.maven.apache.org/maven2/org/jboss/netty/netty/3.2.4.Final/netty-3.2.4.Final.jar (772 KB at 126.4 KB/sec) | |
[java] Downloaded: http://repo1.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1889 KB at 216.7 KB/sec) | |
[java] [ERROR] The build could not read 1 project -> [Help 1] | |
[java] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: | |
[java] [ERROR] Unresolveable build extension: Plugin org.eclipse.tesla.plugins:tesla-proviso-plugin:0.0.5-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.eclipse.tesla.plugin:tesla-plugin-api:jar:0.0.2 in central (http://repo1.maven.apache.org/maven2) @ | |
[java] | |
[java] at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:340) | |
[java] at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:468) | |
[java] at org.apache.maven.DefaultMaven.getProjectsForMavenReacto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[java] [ERROR] Failed to execute goal org.eclipse.tesla.plugins:tesla-proviso-plugin:0.0.5-SNAPSHOT:provision (provision) on project tesla: Execution provision of goal org.eclipse.tesla.plugins:tesla-proviso-plugin:0.0.5-SNAPSHOT:provision failed: Could not find artifact org.eclipse.tesla:tesla-split-localrepo:jar:1.0-SNAPSHOT -> [Help 1] | |
[java] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tesla.plugins:tesla-proviso-plugin:0.0.5-SNAPSHOT:provision (provision) on project tesla: Execution provision of goal org.eclipse.tesla.plugins:tesla-proviso-plugin:0.0.5-SNAPSHOT:provision failed: Could not find artifact org.eclipse.tesla:tesla-split-localrepo:jar:1.0-SNAPSHOT | |
[java] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225) | |
[java] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) | |
[java] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) | |
[ja |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<repositories> | |
<repository> | |
<id>us3-maven-releases-group</id> | |
<url>http://us3.maven.org:8081/nexus/content/groups/public/</url> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: java.io.FileNotFoundException: /Users/olamy/dev/sources/test-projects/maven-test/test-subproject/target/classes (No such file or directory) | |
at java.io.FileInputStream.open(Native Method) | |
at java.io.FileInputStream.<init>(FileInputStream.java:120) | |
at org.apache.karaf.tooling.features.AddFeaturesToRepoMojo.resolveBundle(AddFeaturesToRepoMojo.java:233) | |
at org.apache.karaf.tooling.features.AddFeaturesToRepoMojo.execute(AddFeaturesToRepoMojo.java:198) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.google.inject.CreationException: Guice creation errors: | |
1) No implementation for jline.Terminal was bound. | |
while locating com.google.inject.Provider<jline.Terminal> | |
for parameter 0 at org.sonatype.maven.shell.maven.MavenSystemImpl.<init>(Unknown Source) | |
at org.sonatype.maven.shell.maven.MavenModule.configure(MavenModule.java:29) | |
2) No implementation for org.sonatype.gshell.variables.Variables was bound. | |
while locating com.google.inject.Provider<org.sonatype.gshell.variables.Variables> | |
for parameter 0 at org.sonatype.gshell.file.FileSystemAccessImpl.<init>(Unknown Source) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: java.lang.ArrayIndexOutOfBoundsException: 8 | |
at org.springframework.asm.ClassReader.readUnsignedShort(Unknown Source) | |
at org.springframework.asm.ClassReader.<init>(Unknown Source) | |
at org.springframework.asm.ClassReader.<init>(Unknown Source) | |
at org.springframework.asm.ClassReader.<init>(Unknown Source) | |
at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:48) | |
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:80) | |
at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:101) | |
at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:213) | |
... 30 more |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// java | |
public class User { | |
private String username; | |
private String email; | |
} | |
@POST | |
register(User user) | |
// json send |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mbp-olamy:~ olamy$ curl -I https://repository.apache.org/content/groups/snapshots-group/org/apache/maven/indexer/indexer-core/4.1.3-SNAPSHOT/indexer-core-4.1.3-20111205.160518-6-cli.jar | |
HTTP/1.1 200 OK | |
Date: Fri, 09 Dec 2011 13:52:25 GMT | |
Server: Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V4 | |
Content-Type: application/java-archive | |
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept | |
Content-Length: 3293903 | |
Last-Modified: Mon, 05 Dec 2011 16:05:30 GMT | |
ETag: "01a3a35e4e85a8b06468c9f7d4542552369cda1d" | |
Set-Cookie: rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Thu, 08-Dec-2011 13:52:25 GMT |