This file contains hidden or 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
package com.oneandone.devel.modules.pws.pwsp.embedder; | |
import org.apache.log4j.Logger; | |
import org.sonatype.aether.transfer.TransferCancelledException; | |
import org.sonatype.aether.transfer.TransferEvent; | |
import org.sonatype.aether.transfer.TransferListener; | |
public class ExecutionListener implements TransferListener { | |
private static Logger LOGGER = Logger | |
.getLogger(ExecutionListener.class); |
This file contains hidden or 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
<plugin> | |
<groupId>org.codehaus.modello</groupId> | |
<artifactId>modello-maven-plugin</artifactId> | |
<version>1.4.1</version> | |
<configuration> | |
<version>${mdoVersion}</version> | |
<models> | |
<model>src/main/mdo/licenses.mdo</model> | |
</models> | |
</configuration> |
This file contains hidden or 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
@Mojo(name = "configurator", defaultPhase = LifecyclePhase.GENERATE_RESOURCES, requiresProject = true) | |
public class ConfiguratorMojo extends AbstractMojo { | |
@Parameter(property = "encoding", defaultValue = "${project.build.sourceEncoding}") | |
protected String encoding; | |
/** | |
* The current Maven project. | |
*/ | |
@Component |
This file contains hidden or 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
Apache Maven 3.1.0-alpha-1 (262b9bb1ef91d1414e5162d9dd0f5522e7186202; 2013-03-30 22:38:49+0100) | |
Maven home: /usr/share/java/apache-maven-3.1.0-alpha-1 | |
Java version: 1.6.0_26, vendor: Apple Inc. | |
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home | |
Default locale: en_US, platform encoding: MacRoman | |
OS name: "mac os x", version: "10.5.8", arch: "x86_64", family: "mac"[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from /usr/share/java/apache-maven-3.1.0-alpha-1/conf/settings.xml | |
[DEBUG] Reading user settings from /Users/km/ws-git/build-metadata-maven-plugin/target/it/interpolated-settings.xml | |
[DEBUG] Using local repository at /Users/km/ws-git/build-metadata-maven-plugin/target/local-repo | |
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/km/ws-git/build-metadata-maven-plugin/target/local-repo |
This file contains hidden or 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
import static org.assertj.core.api.Assertions.assertThat; | |
import java.io.File; | |
import java.util.List; | |
import org.apache.maven.scm.ScmException; | |
import org.apache.maven.scm.ScmFile; | |
import org.apache.maven.scm.ScmFileSet; | |
import org.apache.maven.scm.command.status.StatusScmResult; | |
import org.apache.maven.scm.manager.NoSuchScmProviderException; |
This file contains hidden or 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
package org.apache.maven.shared.project.install; | |
/* | |
* Licensed to the Apache Software Foundation (ASF) under one | |
* or more contributor license agreements. See the NOTICE file | |
* distributed with this work for additional information | |
* regarding copyright ownership. The ASF licenses this file | |
* to you under the Apache License, Version 2.0 (the | |
* "License"); you may not use this file except in compliance | |
* with the License. You may obtain a copy of the License at |
This file contains hidden or 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
package org.apache.maven.artifact.versioning; | |
/* | |
* Licensed to the Apache Software Foundation (ASF) under one | |
* or more contributor license agreements. See the NOTICE file | |
* distributed with this work for additional information | |
* regarding copyright ownership. The ASF licenses this file | |
* to you under the Apache License, Version 2.0 (the | |
* "License"); you may not use this file except in compliance | |
* with the License. You may obtain a copy of the License at |
This file contains hidden or 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
<?xml version='1.0' encoding='UTF-8'?> | |
<!-- | |
Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at |
This file contains hidden or 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
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.154 sec <<< FAILURE! - in org.apache.maven.shared.project.install.ProjectInstallerTest | |
testShouldInstallSingleArtifact(org.apache.maven.shared.project.install.ProjectInstallerTest) Time elapsed: 0.154 sec <<< ERROR! | |
org.apache.maven.shared.artifact.install.ArtifactInstallerException: | |
com.google.inject.ProvisionException: Guice provision errors: | |
1) Error injecting: org.apache.maven.shared.artifact.install.internal.Maven31ArtifactInstaller | |
at ClassRealm[plexus.core, parent: null] | |
at ClassRealm[plexus.core, parent: null] | |
while locating org.apache.maven.shared.artifact.install.ArtifactInstaller annotated with @com.google.inject.name.Named(value=maven31) |
This file contains hidden or 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
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00) | |
Maven home: /Users/khmarbaise/tools/maven | |
Java version: 13.0.1, vendor: AdoptOpenJDK, runtime: /Users/khmarbaise/tools/jdk-13.0.1+9/Contents/Home | |
Default locale: en_GB, platform encoding: UTF-8 | |
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac" | |
xxx$ mvn clean test | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ----------------------------< wtf.g4s8:oot >---------------------------- | |
[INFO] Building oot 1.0-SNAPSHOT |
OlderNewer