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
TLS_AES_128_CCM_SHA256 | |
TLS_AES_128_GCM_SHA256 | |
TLS_AES_256_GCM_SHA384 | |
TLS_CHACHA20_POLY1305_SHA256 | |
TLS_DHE_RSA_WITH_AES_128_CCM | |
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | |
TLS_DHE_RSA_WITH_AES_256_CCM | |
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | |
TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 | |
TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 |
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
Unable to find the root directory. Create a .mvn directory in the root directory or add the root="true" attribute on the root project's model to identify it. | |
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] -----------------< org.apache.maven.its.mng3470:test >------------------ | |
[INFO] Building Maven Integration Test :: MNG-3470 0.1 | |
[INFO] from pom.xml | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] Downloading from maven-core-it: file:///D:/Entwicklung/Projekte/maven-integration-testing/core-it-suite/target/test-classes/mng-3470/repo/org/apache/maven/its/mng3470/dep/0.1/dep-0.1.pom | |
[WARNING] Checksum validation failed, expected 'fc738b424671ac1d66f8fbc9b9dd8ac89612cb94' (REMOTE_EXTERNAL) but is actually 'db05dc5d489264eb25a7e151e678b5025d4f0079' from maven-core-it for file:///D:/Entwicklung/Projekte/maven-integration-testing/core-it-suite/target/test-classes/mng-3470/repo/org/apache/maven/its/mng3470/dep/0.1/dep-0.1.pom |
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
$ gmake clean-native OS_NAME=FreeBSD OS_ARCH=x86_64 native CC=cc CCFLAGS="-I/usr/local/openjdk8/include -I/usr/local/openjdk8/include/freebsd -Os -fPIC -fvisibility=hidden" | |
rm -rf target/native-FreeBSD-x86_64 | |
running: cc -I/usr/local/openjdk8/include -I/usr/local/openjdk8/include/freebsd -Os -fPIC -fvisibility=hidden -c src/main/native/jansi.c -o target/native-FreeBSD-x86_64/jansi.o | |
cc -I/usr/local/openjdk8/include -I/usr/local/openjdk8/include/freebsd -Os -fPIC -fvisibility=hidden -c src/main/native/jansi.c -o target/native-FreeBSD-x86_64/jansi.o | |
running: cc -I/usr/local/openjdk8/include -I/usr/local/openjdk8/include/freebsd -Os -fPIC -fvisibility=hidden -c src/main/native/jansi_isatty.c -o target/native-FreeBSD-x86_64/jansi_isatty.o | |
cc -I/usr/local/openjdk8/include -I/usr/local/openjdk8/include/freebsd -Os -fPIC -fvisibility=hidden -c src/main/native/jansi_isatty.c -o target/native-FreeBSD-x86_64/jansi_isatty.o | |
running: cc -I/usr/local/openjdk8/include -I/usr/local/openjdk8/include/freebsd -Os -fPIC -fvisib |
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
catch ( ArtifactResolutionException e ) | |
{ | |
if ( e.getCause() instanceof ArtifactNotFoundException ) | |
{ | |
missingDescriptor( session, trace, a, (Exception) e.getCause() ); | |
if ( ( getPolicy( session, a, request ) & ArtifactDescriptorPolicy.IGNORE_MISSING ) != 0 ) | |
{ | |
return null; | |
} | |
} |
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
$ git stash show --patch | |
diff --git a/core-it-support/pom.xml b/core-it-support/pom.xml | |
index 83367ed5..bda312e1 100644 | |
--- a/core-it-support/pom.xml | |
+++ b/core-it-support/pom.xml | |
@@ -43,23 +43,4 @@ under the License. | |
<module>core-it-javaagent</module> | |
</modules> | |
diff --git a/core-it-support/pom.xml b/core-it-support/pom.xml |
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
mosipov@bsd1srv:/usr/home/mosipov/var/Projekte/maven-uber | |
$ grep -r --include='*/pom.xml' org.apache.http . | |
./maven-doxia-linkcheck/pom.xml: <groupId>org.apache.httpcomponents</groupId> | |
./maven-docck-plugin/pom.xml: <groupId>org.apache.httpcomponents.client5</groupId> | |
./maven/apache-maven/pom.xml: <groupId>org.apache.httpcomponents</groupId> | |
./maven/apache-maven/pom.xml: <groupId>org.apache.httpcomponents</groupId> | |
./maven-doxia/doxia-core/pom.xml: <groupId>org.apache.httpcomponents</groupId> | |
./maven-doxia/doxia-core/pom.xml: <groupId>org.apache.httpcomponents</groupId> | |
./maven-javadoc-plugin/pom.xml: <groupId>org.apache.httpcomponents</groupId> | |
./maven-javadoc-plugin/pom.xml: <groupId>org.apache.httpcomponents</groupId> |
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
$ grep -r --include='*/pom.xml' '<artifactId>wagon' . | |
./maven-assembly-plugin/src/it/projects/dependency-sets/dep-with-transitive-filter/pom.xml: <artifactId>wagon-webdav-jackrabbit</artifactId> | |
./maven-assembly-plugin/src/it/projects/dependency-sets/multiple-wildcard-includes/pom.xml: <artifactId>wagon-provider-api</artifactId> | |
./maven-assembly-plugin/src/it/projects/dependency-sets/multiple-wildcard-includes/pom.xml: <artifactId>wagon-webdav-jackrabbit</artifactId> | |
./maven-assembly-plugin/src/it/projects/dependency-sets/dep-transfilter-wildcard-massembly544/pom.xml: <artifactId>wagon-webdav-jackrabbit</artifactId> | |
./maven-jxr/maven-jxr-plugin/pom.xml: <artifactId>wagon-provider-api</artifactId> | |
./maven-reporting-exec/pom.xml: <artifactId>wagon-http-lightweight</artifactId> | |
./maven-compiler-plugin/src/it/MCOMPILER-157/annotation-verify/pom.xml: <artifactId>wagon-file</artifactId> | |
./maven-compiler-plugin/src/it/MCOMPILER-157/annotation-verify/pom.xml: <artifactI |
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 org.apache.tomcat.jni.Address; | |
import org.apache.tomcat.jni.Pool; | |
import org.apache.tomcat.jni.Socket; | |
import org.apache.tomcat.jni.Library; | |
import org.apache.tomcat.jni.OS; | |
public class AprTest { | |
public static void main(String... args) throws Exception { | |
String hostname = null; |