FreeBSD Bugzilla – Attachment 171815 Details for
Bug 203074
[NEW PORT] devel/nexus2-oss: Repository management software
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file for devel/nexus-oss
nexus-oss.shar (text/plain), 53.35 KB, created by
Dušan Vejnovič
on 2016-06-26 10:50:35 UTC
(
hide
)
Description:
shar file for devel/nexus-oss
Filename:
MIME Type:
Creator:
Dušan Vejnovič
Created:
2016-06-26 10:50:35 UTC
Size:
53.35 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># nexus-oss ># nexus-oss/pkg-descr ># nexus-oss/files ># nexus-oss/files/patch-nexus-2.13.0-01_conf_nexus.properties ># nexus-oss/files/pkg-message.in ># nexus-oss/files/patch-nexus-2.13.0-01_bin_jsw_conf_wrapper.conf ># nexus-oss/files/patch-nexus-2.13.0-01_bin_nexus ># nexus-oss/files/nexus.in ># nexus-oss/distinfo ># nexus-oss/Makefile ># nexus-oss/pkg-plist ># >echo c - nexus-oss >mkdir -p nexus-oss > /dev/null 2>&1 >echo x - nexus-oss/pkg-descr >sed 's/^X//' >nexus-oss/pkg-descr << 'c1990899ebdc8422b44adaf7da3e17ea' >XNexus OSS provides you with an essential level of control over the >Xexternal repositories you use and the internal repositories you create. >XIt provides infrastructure and services for organizations that use >Xrepository managers to obtain and deliver software. If you create >Xsoftware libraries or applications for your end users, you can use >XNexus OSS to distribute your software. If your software depends on >Xopen source software components, you can cache software components >Xfrom remote repositories. >X >XNexus OSS Features: >X- Hosting Repositories >X- Proxy Remote Repositories >X- Repository Groups >X- Numerous Repository Formats >X- Hosting Project Web Sites >X- Fine-grained Security Model >X- Flexible LDAP Integration >X- Component Search >X- Scheduled Tasks >X- REST Services >X- Integration with m2eclipse >X >XWWW: http://www.sonatype.org/nexus/ >c1990899ebdc8422b44adaf7da3e17ea >echo c - nexus-oss/files >mkdir -p nexus-oss/files > /dev/null 2>&1 >echo x - nexus-oss/files/patch-nexus-2.13.0-01_conf_nexus.properties >sed 's/^X//' >nexus-oss/files/patch-nexus-2.13.0-01_conf_nexus.properties << '8f35d2cece4a28792200be35eef5becd' >X--- nexus-2.13.0-01/conf/nexus.properties.orig 2016-06-25 18:25:34 UTC >X+++ nexus-2.13.0-01/conf/nexus.properties >X@@ -18,9 +18,9 @@ >X # Jetty section >X application-port=8081 >X application-host=0.0.0.0 >X-nexus-webapp=${bundleBasedir}/nexus >X-nexus-webapp-context-path=/nexus >X+nexus-webapp=%%DATADIR%%/nexus >X+nexus-webapp-context-path=/ >X >X # Nexus section >X-nexus-work=${bundleBasedir}/../sonatype-work/nexus >X-runtime=${bundleBasedir}/nexus/WEB-INF >X+nexus-work=%%PREFIX%%/nexus >X+runtime=%%DATADIR%%/nexus/WEB-INF >8f35d2cece4a28792200be35eef5becd >echo x - nexus-oss/files/pkg-message.in >sed 's/^X//' >nexus-oss/files/pkg-message.in << 'c2e57f3c1899d658d42c53bf294b3311' >X************************************************************************ >X >X After start the Nexus OSS for the first time, you have to >X change the admin password. Login as user "admin" with >X password "admin123" and change the password. >X >X To run Nexus OSS from startup, add nexus_enable="YES" >X in your /etc/rc.conf. >X >X************************************************************************ >c2e57f3c1899d658d42c53bf294b3311 >echo x - nexus-oss/files/patch-nexus-2.13.0-01_bin_jsw_conf_wrapper.conf >sed 's/^X//' >nexus-oss/files/patch-nexus-2.13.0-01_bin_jsw_conf_wrapper.conf << '8519f884edf845a3b8871c7ae4766057' >X--- nexus-2.13.0-01/bin/jsw/conf/wrapper.conf.orig 2016-06-25 18:25:34 UTC >X+++ nexus-2.13.0-01/bin/jsw/conf/wrapper.conf >X@@ -8,26 +8,26 @@ >X # keywords. >X >X # Set the JSW working directory (used as base for resolving relative paths) >X-wrapper.working.dir=../../.. >X+wrapper.working.dir=%%DATADIR%% >X >X # Set the JVM executable >X # (modify this to absolute path if you need a Java that is not on the OS path) >X-wrapper.java.command=java >X+wrapper.java.command=%%JAVA%% >X >X # The main class that JSW will execute within JVM >X wrapper.java.mainclass=org.sonatype.nexus.bootstrap.jsw.JswLauncher >X >X # The JVM classpath >X-wrapper.java.classpath.1=bin/jsw/lib/wrapper-3.2.3.jar >X-wrapper.java.classpath.2=./lib/*.jar >X-wrapper.java.classpath.3=./conf/ >X+wrapper.java.classpath.1=%%WRAPPER_JAR%% >X+wrapper.java.classpath.2=%%DATADIR%%/lib/*.jar >X+wrapper.java.classpath.3=%%DIR%%/conf/ >X >X # The library path >X-wrapper.java.library.path.1=bin/jsw/lib >X+wrapper.java.library.path.1=%%WRAPPER_DIR%% >X >X # Additional JVM parameters (tune if needed, but match the sequence of numbers!) >X wrapper.java.additional.1=-XX:MaxPermSize=192m >X-wrapper.java.additional.2=-Djava.io.tmpdir=./tmp >X+wrapper.java.additional.2=-Djava.io.tmpdir=%%DIR%%/tmp >X wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true >X wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl" >X wrapper.java.additional.4.stripquotes=TRUE >X@@ -37,14 +37,14 @@ wrapper.java.additional.4.stripquotes=TR >X #wrapper.java.additional.8=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 >X #wrapper.java.additional.9=-XX:+HeapDumpOnOutOfMemoryError >X >X-wrapper.app.parameter.1=./conf/jetty.xml >X-wrapper.app.parameter.2=./conf/jetty-requestlog.xml >X+wrapper.app.parameter.1=%%DIR%%/conf/jetty.xml >X+wrapper.app.parameter.2=%%DIR%%/conf/jetty-requestlog.xml >X >X # Size Java memory, in MB (-Xms) >X-wrapper.java.initmemory=256 >X+wrapper.java.initmemory=500 >X # Size Java memory, in MB (-Xmx). This option only supports a setting up to 4000 (4Gb). >X # If you need more, comment this option out and use an explicit wrapper.java.additional option with -Xmx >X-wrapper.java.maxmemory=768 >X+wrapper.java.maxmemory=500 >X >X # How much to wait for JVM to respond to "ping" (increase on slower machines and VMs if needed) >X wrapper.ping.timeout=0 >X@@ -59,7 +59,7 @@ wrapper.restart.reload_configuration=TRU >X wrapper.on_exit.12=RESTART >X >X # Set up JSW logging >X-wrapper.logfile=logs/wrapper.log >X+wrapper.logfile=%%DIR%%/logs/wrapper.log >X wrapper.logfile.format=PM >X wrapper.logfile.loglevel=INFO >X wrapper.logfile.maxsize=10m >8519f884edf845a3b8871c7ae4766057 >echo x - nexus-oss/files/patch-nexus-2.13.0-01_bin_nexus >sed 's/^X//' >nexus-oss/files/patch-nexus-2.13.0-01_bin_nexus << '2627d342fe5f877762e924bcc99ab464' >X--- nexus-2.13.0-01/bin/nexus.orig 2016-06-25 18:25:54 UTC >X+++ nexus-2.13.0-01/bin/nexus >X@@ -11,7 +11,7 @@ >X # These settings can be modified to fit the needs of your application >X >X # Set this to the root of the Nexus installation >X-NEXUS_HOME=".." >X+NEXUS_HOME="%%DATADIR%%" >X >X # If specified, the Wrapper will be run as the specified user. >X >X@@ -20,7 +20,7 @@ NEXUS_HOME=".." >X # NOTE - This will set the user which is used to run the Wrapper as well as >X # the JVM and is not useful in situations where a privileged resource or >X # port needs to be allocated prior to the user being changed. >X-#RUN_AS_USER= >X+RUN_AS_USER=%%USER%% >X >X # Application >X APP_NAME="nexus" >X@@ -31,7 +31,7 @@ APP_LONG_NAME="Nexus OSS" >X PRIORITY= >X >X # Location of the pid file. >X-#PIDDIR="." >X+PIDDIR="%%DIR%%" >X >X # If uncommented, causes the Wrapper to be shutdown using an anchor file. >X # When launched with the 'start' command, it will also ignore all INT and >X@@ -209,17 +209,17 @@ fi >X # Process ID >X ANCHORFILE="$PIDDIR/$APP_NAME.anchor" >X PIDFILE="$PIDDIR/$APP_NAME.pid" >X-LOCKDIR="/var/lock/subsys" >X+LOCKDIR="%%DIR%%" >X LOCKFILE="$LOCKDIR/$APP_NAME" >X pid="" >X >X-WRAPPER_CMD="$NEXUS_HOME/bin/jsw/$DIST_OS-$DIST_ARCH-$DIST_BITS/wrapper" >X+WRAPPER_CMD="%%WRAPPER_CMD%%" >X if [ ! -x "$WRAPPER_CMD" ]; then >X echo "Missing platform binary: $WRAPPER_CMD" >X exit 1 >X fi >X >X-WRAPPER_CONF="$NEXUS_HOME/bin/jsw/conf/wrapper.conf" >X+WRAPPER_CONF="%%DIR%%/conf/wrapper.conf" >X >X # Build the nice clause >X if [ "X$PRIORITY" = "X" ] >X@@ -347,6 +347,9 @@ getpid() { >X 'solaris') >X pidtest=`$PSEXE ww $pid | grep "wrapper.pidfile" | tail -1` >X ;; >X+ 'freebsd') >X+ pidtest=`$PSEXE ww $pid | grep "wrapper.pidfile" | tail -1` >X+ ;; >X *) >X pidtest=`$PSEXE -p $pid -o args | grep "wrapper.pidfile" | tail -1` >X ;; >2627d342fe5f877762e924bcc99ab464 >echo x - nexus-oss/files/nexus.in >sed 's/^X//' >nexus-oss/files/nexus.in << 'ce63c932458059c58257fdc8c1e4acc6' >X#!/bin/sh >X >X# PROVIDE: %%NEXUS_RC%% >X# REQUIRE: LOGIN >X# KEYWORD: shutdown >X >X# >X# Configuration settings for %%NEXUS_RC%% in /etc/rc.conf: >X# >X# %%NEXUS_RC%%_enable (bool): >X# Set to "NO" by default. >X# Set it to "YES" to enable %%NEXUS_RC%%. >X# >X >X. /etc/rc.subr >X >Xname="%%NEXUS_RC%%" >Xrcvar=%%NEXUS_RC%%_enable >Xextra_commands="restart status" >X >Xload_rc_config $name >X >X%%NEXUS_RC%%_enable="${%%NEXUS_RC%%_enable:-"NO"}" >X >Xstart_cmd="%%NEXUS_RC%%_start" >Xstop_cmd="%%NEXUS_RC%%_stop" >Xrestart_cmd="%%NEXUS_RC%%_restart" >Xstatus_cmd="%%NEXUS_RC%%_status" >X >X%%NEXUS_RC%%_start() >X{ >X %%NEXUS_RUN%% start >X} >X >X%%NEXUS_RC%%_stop() >X{ >X %%NEXUS_RUN%% stop >X} >X >X%%NEXUS_RC%%_restart() >X{ >X %%NEXUS_RUN%% restart >X} >X >X%%NEXUS_RC%%_status() >X{ >X %%NEXUS_RUN%% status >X} >X >Xrun_rc_command "$1" >ce63c932458059c58257fdc8c1e4acc6 >echo x - nexus-oss/distinfo >sed 's/^X//' >nexus-oss/distinfo << 'c9d7374eed452bf0d818aba7cd406fa8' >XTIMESTAMP = 1466878465 >XSHA256 (nexus-2.13.0-01-bundle.tar.gz) = 4c4e88a2410e1740e688ea1ab3c6066a6a90f76c479e10e4718c517a27f3a614 >XSIZE (nexus-2.13.0-01-bundle.tar.gz) = 72466664 >c9d7374eed452bf0d818aba7cd406fa8 >echo x - nexus-oss/Makefile >sed 's/^X//' >nexus-oss/Makefile << 'e9712be444bb1dcf7c926a73013435a4' >X# Created by: Dusan Vejnovic <freebsd@dussan.org> >X# $FreeBSD$ >X >XPORTNAME= nexus >XPORTVERSION= 2.13.0 >XCATEGORIES= devel www java >XMASTER_SITES= http://sonatype-download.global.ssl.fastly.net/${PORTNAME}/oss/ >XPKGNAMESUFFIX= -oss >XDISTNAME= ${PORTNAME}-${PORTVERSION}-01-bundle >X >XMAINTAINER= freebsd@dussan.org >XCOMMENT= Repository management software >X >XLICENSE= EPL >X >XLIB_DEPENDS= libbiconv.so:converters/iconv >XRUN_DEPENDS= javaservicewrapper:sysutils/javaservicewrapper >X >XNO_ARCH= yes >XNO_BUILD= yes >X >XUSE_RC_SUBR= ${PORTNAME} >XUSERS= www >XGROUPS= www >X >XUSES= cpe >XCPE_VENDOR= sonatype >X >XUSE_JAVA= yes >XJAVA_VERSION= 1.7+ >X >XNEXUS_JSW= ${PREFIX}/lib/javaservicewrapper >XNEXUS_DIRS= lib \ >X linux-ppc-64 \ >X linux-x86-32 \ >X linux-x86-64 \ >X macosx-universal-32 \ >X macosx-universal-64 \ >X solaris-sparc-32 \ >X solaris-sparc-64 \ >X solaris-x86-32 \ >X windows-x86-32 \ >X windows-x86-64 >X >XSUB_FILES= pkg-message >XSUB_LIST+= NEXUS_RC=${PORTNAME} \ >X NEXUS_RUN=${DATADIR}/bin/${PORTNAME} >XPLIST_SUB+= NEXUS_DATA=${PREFIX}/${PORTNAME} \ >X NEXUS_GROUP=${GROUPS} \ >X NEXUS_HOME=${DATADIR} \ >X NEXUS_USER=${USERS} >X >XOPTIONS_DEFINE= DOCS >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MDOCS} >XPORTDOCS= LICENSE.txt NOTICE.txt >X.endif >X >Xdo-extract: >X @${MKDIR} ${WRKSRC} >X @${TAR} xf ${DISTDIR}/${DISTFILES} -C ${WRKSRC}/ >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|%%WRAPPER_CMD%%|${NEXUS_JSW}/bin/wrapper|' \ >X -e 's|%%DATADIR%%|${DATADIR}|g' \ >X -e 's|%%DIR%%|${PREFIX}/${PORTNAME}|g' \ >X -e 's|%%USER%%|${USERS}|' \ >X -e 's|su - $$RUN_AS_USER -c|su -m $$RUN_AS_USER -c|' \ >X ${WRKSRC}/${DISTNAME:S/-bundle//}/bin/${PORTNAME} >X @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ >X -e 's|%%PREFIX%%|${PREFIX}|' \ >X ${WRKSRC}/${DISTNAME:S/-bundle//}/conf/nexus.properties >X @${REINPLACE_CMD} -e 's|%%JAVA%%|${JAVA}|' \ >X -e 's|%%DATADIR%%|${DATADIR}|g' \ >X -e 's|%%DIR%%|${PREFIX}/${PORTNAME}|g' \ >X -e 's|%%WRAPPER_JAR%%|${NEXUS_JSW}/lib/wrapper.jar|' \ >X -e 's|%%WRAPPER_DIR%%|${NEXUS_JSW}|' \ >X ${WRKSRC}/${DISTNAME:S/-bundle//}/bin/jsw/conf/wrapper.conf >X >Xdo-install: >X @${MKDIR} ${STAGEDIR}${DATADIR} >X @(cd ${WRKSRC}/${DISTNAME:S/-bundle//} && \ >X ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) >X @${RM} -f ${STAGEDIR}${DATADIR}/bin/nexus.bat >X.for dir in ${NEXUS_DIRS} >X @${RM} -drf ${STAGEDIR}${DATADIR}/bin/jsw/${dir} >X.endfor >X @(cd ${STAGEDIR}${DATADIR} && ${FIND} . -type f \ >X \( -name '*.xml' -o -name '*.conf' -o -name '*.properties' \) \ >X -exec ${CP} '{}' '{}'.sample \;) >X @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/conf >X @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/logs >X @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/tmp >X @(cd ${STAGEDIR}${DATADIR}/bin/jsw/conf && \ >X ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}/conf) >X @(cd ${STAGEDIR}${DATADIR}/conf && \ >X ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}/conf) >X >X.if ${PORT_OPTIONS:MDOCS} >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X.for doc in ${PORTDOCS} >X ${INSTALL_DATA} ${WRKSRC}/${DISTNAME:S/-bundle//}/${doc} \ >X ${STAGEDIR}${DOCSDIR} >X.endfor >X.endif >X >X.include <bsd.port.mk> >e9712be444bb1dcf7c926a73013435a4 >echo x - nexus-oss/pkg-plist >sed 's/^X//' >nexus-oss/pkg-plist << '7e30622b4b535fc832ed86129fffc512' >X@owner %%NEXUS_USER%% >X@group %%NEXUS_GROUP%% >X@sample(,,644) %%NEXUS_DATA%%/conf/jetty-http-redirect-to-https.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/jetty-https.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/jetty-jmx.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/jetty-requestlog.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/jetty.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/logback-access.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/logback.xml.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/nexus.properties.sample >X@sample(,,644) %%NEXUS_DATA%%/conf/wrapper.conf.sample >X@dir(,,755) %%NEXUS_DATA%% >X@dir(,,755) %%NEXUS_DATA%%/conf >X@dir(,,755) %%NEXUS_DATA%%/logs >X@dir(,,755) %%NEXUS_DATA%%/tmp >X@owner >X@group >X%%NEXUS_HOME%%/LICENSE.txt >X%%NEXUS_HOME%%/NOTICE.txt >X@sample(,,644) %%NEXUS_HOME%%/bin/jsw/conf/wrapper.conf.sample >X@(,,644) %%NEXUS_HOME%%/bin/jsw/license/LICENSE.txt >X@(,,755) %%NEXUS_HOME%%/bin/nexus >X@sample(,,644) %%NEXUS_HOME%%/conf/jetty-http-redirect-to-https.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/jetty-https.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/jetty-jmx.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/jetty-requestlog.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/jetty.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/logback-access.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/logback.xml.sample >X@sample(,,644) %%NEXUS_HOME%%/conf/nexus.properties.sample >X@(,,644) %%NEXUS_HOME%%/lib/javax.servlet-3.0.0.v201112011016.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-client-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-continuation-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-deploy-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-http-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-io-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-jmx-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-rewrite-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-security-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-server-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-servlet-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-util-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-webapp-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jetty-xml-8.1.16.v20140903.jar >X@(,,644) %%NEXUS_HOME%%/lib/jul-to-slf4j-1.7.6.jar >X@(,,644) %%NEXUS_HOME%%/lib/logback-access-1.1.2.jar >X@(,,644) %%NEXUS_HOME%%/lib/logback-classic-1.1.2.jar >X@(,,644) %%NEXUS_HOME%%/lib/logback-core-1.1.2.jar >X@(,,644) %%NEXUS_HOME%%/lib/metrics-core-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/lib/metrics-jetty-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/lib/metrics-logback-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/lib/nexus-bootstrap-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/lib/plexus-interpolation-1.16.jar >X@(,,644) %%NEXUS_HOME%%/lib/slf4j-api-1.7.6.jar >X@(,,644) %%NEXUS_HOME%%/nexus/LICENSE.html >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/bundles/bcprov-jdk15on-1.48.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/ehcache.xml >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/ehcache.xml.sample >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/nexus.properties >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/nexus.properties.sample >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/WebappBootstrap.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/WebappModule.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/DeadlockHealthCheckProvider.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/HealthCheckMediator.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/MetricsModule$1.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/MetricsModule$2.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics/MetricsModule.class >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/UserAgentUtils-1.12.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/aether-api-1.13.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/aether-impl-1.13.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/aether-spi-1.13.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/aether-util-1.13.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/annotations-12.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/aopalliance-1.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/base-configuration-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/cdi-api-1.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/commons-beanutils-core-1.8.3-SONATYPE.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/commons-codec-1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/commons-collections-3.2.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/commons-io-2.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/commons-lang-2.6.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/ehcache-core-2.5.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/goodies-common-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/goodies-eventbus-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/goodies-i18n-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/goodies-inject-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/goodies-lifecycle-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/goodies-template-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/gossip-bootstrap-1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/gossip-support-1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/guava-16.0.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/guice-assistedinject-3.1.10.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/guice-multibindings-3.1.10.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/guice-servlet-3.1.10.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/httpclient-4.3.6.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/httpcore-4.3.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jackson-annotations-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jackson-core-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jackson-databind-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/javax.inject-1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jcl-over-slf4j-1.7.6.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/joda-time-2.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jsoup-1.7.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jsr250-api-1.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/jsr305-2.0.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/log4j-over-slf4j-1.7.6.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/mail-1.4.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/maven-model-3.0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/maven-repository-metadata-3.0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/metrics-annotation-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/metrics-guice-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/metrics-httpclient-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/metrics-servlet-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/metrics-web-2.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-configuration-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-core-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-ehcache-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-locks-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-oss-edition-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-plugin-api-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-plugin-bundle-model-1.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-repository-metadata-api-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-repository-metadata-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-scheduler-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-security-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/nexus-security-realms-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/org.apache.felix.framework-4.2.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/org.eclipse.sisu.inject-0.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/org.eclipse.sisu.plexus-0.2.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/plexus-cipher-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/plexus-classworlds-2.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/plexus-component-annotations-1.5.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/plexus-interpolation-1.16.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/plexus-slf4j-logging-1.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/plexus-utils-3.0.10.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/shiro-core-1.2.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/shiro-ehcache-1.2.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/shiro-guice-1.2.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/shiro-web-1.2.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/sisu-guice-3.1.10.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/sisu-mailer-1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/statemap-6.0.1-java.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/tika-core-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/velocity-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/xmlpull-1.1.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/xpp3_min-1.1.4c.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/lib/xstream-1.4.6-SONATYPE-03.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.13.0-01/dependencies/analytics-client-1.0.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.13.0-01/nexus-analytics-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.13.0-01/dependencies/archetype-catalog-2.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.13.0-01/nexus-archetype-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-atlas-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-atlas-plugin-2.13.0-01/nexus-atlas-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.13.0-01/dependencies/nexus-capabilities-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.13.0-01/nexus-capabilities-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-2.13.0-01/nexus-content-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/dependencies/bcpg-jdk15on-1.48.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/dependencies/bcpkix-jdk15on-1.48.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/dependencies/bcprov-jdk15on-1.48.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/dependencies/goodies-crypto-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/nexus-crypto-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.13.0-01/dependencies/groovy-all-2.4.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.13.0-01/nexus-groovy-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.13.0-01/dependencies/h2-1.3.175.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.13.0-01/nexus-h2-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies/com.sonatype.clm.dto.model-1.5.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies/insight-scanner-core-2.3.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies/insight-scanner-model-2.3.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies/insight-scanner-model-io-2.3.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies/nexus-healthcheck-base-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies/nexus-healthcheck-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/nexus-healthcheck-oss-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/indexer-artifact-5.1.2-bf3d48b.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/indexer-core-5.1.2-bf3d48b.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/jakarta-regexp-1.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/lucene-core-3.6.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/lucene-highlighter-3.6.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/lucene-memory-3.6.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/lucene-queries-3.6.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies/nexus-indexer-lucene-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/nexus-indexer-lucene-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/dependencies/antlr-2.7.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/dependencies/jackson-dataformat-smile-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/dependencies/jdbi-2.53.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/dependencies/kazuki-db-0.1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/dependencies/stringtemplate-3.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/nexus-kazuki-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.13.0-01/dependencies/nexus-ldap-common-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.13.0-01/nexus-ldap-realm-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-logging-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-logging-plugin-2.13.0-01/nexus-logging-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-lvo-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-lvo-plugin-2.13.0-01/nexus-lvo-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/aether-connector-wagon-1.13.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/maven-aether-provider-3.0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/maven-model-builder-3.0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/maven-settings-3.0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/maven-settings-builder-3.0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/plexus-sec-dispatcher-1.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/sisu-maven-bridge-3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/wagon-file-2.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/wagon-http-2.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/wagon-http-lightweight-2.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/wagon-http-shared4-2.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies/wagon-provider-api-2.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/nexus-maven-bridge-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01/dependencies/commons-compress-1.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01/dependencies/jackson-dataformat-smile-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01/nexus-npm-repository-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01/dependencies/core4j-0.5.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01/dependencies/sisu-odata4j-0.0.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01/nexus-nuget-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/concurrentlinkedhashmap-lru-1.4.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/jna-4.0.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/jna-platform-4.0.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/orientdb-client-2.1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/orientdb-core-2.1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/orientdb-enterprise-2.1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies/orientdb-server-2.1.8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/nexus-orient-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-outreach-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-outreach-plugin-2.13.0-01/nexus-outreach-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-plugin-console-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-plugin-console-plugin-2.13.0-01/nexus-plugin-console-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/com.noelios.restlet-1.1.6-SONATYPE-5348-V8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/com.noelios.restlet.ext.servlet-1.1.6-SONATYPE-5348-V8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/commons-fileupload-1.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/enunciate-core-1.26.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/javax.ws.rs-1.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/nexus-restlet-bridge-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/nexus-restlet1x-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/org.json-2.0-NEXUS-3758.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/org.restlet-1.1.6-SONATYPE-5348-V8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/org.restlet.ext.fileupload-1.1.6-SONATYPE-5348-V8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/org.restlet.ext.jaxrs-1.1.6-SONATYPE-5348-V8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies/org.restlet.ext.velocity-1.1.6-SONATYPE-5348-V8.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/nexus-restlet1x-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rrb-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rrb-plugin-2.13.0-01/nexus-rrb-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/asm-5.0.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/asm-analysis-5.0.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/asm-commons-5.0.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/asm-tree-5.0.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/asm-util-5.0.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/bytelist-1.0.11.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/invokebinder-1.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jcodings-1.0.10.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jffi-1.2.7-native.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jffi-1.2.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-constants-0.8.6.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-enxio-0.4.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-ffi-2.0.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-netdb-1.1.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-posix-3.0.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-unixsocket-0.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jnr-x86asm-1.0.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/joni-2.1.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jruby-core-1.7.19.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jruby-stdlib-1.7.19.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/jzlib-1.1.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/nailgun-server-0.9.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/nexus-ruby-tools-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/options-1.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies/snakeyaml-1.13.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/nexus-ruby-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rutauth-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rutauth-plugin-2.13.0-01/nexus-rutauth-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/FastInfoset-1.2.12.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/asm-3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/istack-commons-runtime-2.16.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jacksbee-runtime-1.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jackson-jaxrs-base-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jackson-jaxrs-json-provider-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jackson-module-jaxb-annotations-2.3.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jaxb-core-2.2.8-b01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jaxb-impl-2.2.8-b01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-apache-client4-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-client-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-core-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-guice-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-multipart-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-server-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jersey-servlet-1.17.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/jsr311-api-1.1.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/mimepull-1.9.3.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/siesta-client-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/siesta-common-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/siesta-jackson-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/siesta-server-1.7.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies/validation-api-1.1.0.Final.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/nexus-siesta-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-site-repository-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-site-repository-plugin-2.13.0-01/nexus-site-repository-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/dependencies/jdom-1.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/dependencies/lucene-core-3.6.2.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/dependencies/protobuf-java-2.3.0.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/dependencies/rome-0.9.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/nexus-timeline-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ui-extjs3-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ui-extjs3-plugin-2.13.0-01/nexus-ui-extjs3-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-webresources-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-webresources-plugin-2.13.0-01/nexus-webresources-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.13.0-01/dependencies/nexus-wonderland-model-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.13.0-01/nexus-wonderland-plugin-2.13.0-01.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.13.0-01/META-INF/MANIFEST.MF >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.13.0-01/dependencies/commons-exec-1.1.jar >X@(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.13.0-01/nexus-yum-repository-plugin-2.13.0-01.jar >X@sample(,,644) %%NEXUS_HOME%%/nexus/WEB-INF/web.xml.sample >X@(,,644) %%NEXUS_HOME%%/nexus/favicon.ico >X@(,,644) %%NEXUS_HOME%%/nexus/favicon.png >X@(,,644) %%NEXUS_HOME%%/nexus/images/header_branding.png >X@(,,644) %%NEXUS_HOME%%/nexus/images/nexus650x55.png >X@(,,644) %%NEXUS_HOME%%/nexus/robots.txt >X@dir(,,755) %%NEXUS_HOME%% >X@dir(,,755) %%NEXUS_HOME%%/bin >X@dir(,,755) %%NEXUS_HOME%%/bin/jsw >X@dir(,,755) %%NEXUS_HOME%%/bin/jsw/conf >X@dir(,,755) %%NEXUS_HOME%%/bin/jsw/license >X@dir(,,755) %%NEXUS_HOME%%/conf >X@dir(,,755) %%NEXUS_HOME%%/lib >X@dir(,,755) %%NEXUS_HOME%%/logs >X@dir(,,755) %%NEXUS_HOME%%/nexus >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/bundles >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/META-INF/sisu >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/classes/org/sonatype/nexus/webapp/metrics >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/lib >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-analytics-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-archetype-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-atlas-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-atlas-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-capabilities-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-healthcheck-oss-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-indexer-lucene-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ldap-realm-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-logging-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-logging-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-lvo-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-lvo-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-orient-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-outreach-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-outreach-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-plugin-console-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-plugin-console-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rrb-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rrb-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ruby-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rutauth-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-rutauth-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-site-repository-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-site-repository-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-timeline-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ui-extjs3-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-ui-extjs3-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-webresources-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-webresources-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-wonderland-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.13.0-01 >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.13.0-01/META-INF >X@dir(,,755) %%NEXUS_HOME%%/nexus/WEB-INF/plugin-repository/nexus-yum-repository-plugin-2.13.0-01/dependencies >X@dir(,,755) %%NEXUS_HOME%%/nexus/images >X@dir(,,755) %%NEXUS_HOME%%/tmp >7e30622b4b535fc832ed86129fffc512 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
Attachments on
bug 203074
:
160987
|
160988
|
160989
|
160990
|
164633
|
164634
|
171815
|
175265
|
175266
|
175267
|
175269
|
176746
|
176914