Nexus repository is down

1,418 views
Skip to first unread message

Simon Morvan

unread,
Aug 9, 2012, 2:06:10 AM8/9/12
to Maven for PHP
Hello there,

Not sure if it's related to the recent maintenance but the nexus
repository is currently not reachable.

All requests to http://nexus.php-maven.org/release URLs returns a 500
error from apache. It seems that the nexus server is not up behind the
scene.

Is there any mirror or backup copy ?

--
Simon

Martin Eisengardt

unread,
Aug 9, 2012, 2:12:18 AM8/9/12
to maven-...@googlegroups.com
thanks for report. It is back again. I will analyze the vm dump as soon as I have some time.



--
Simon

--
You received this message because you are subscribed to the Google Groups "Maven for PHP" group.
To post to this group, send email to maven-...@googlegroups.com.
To unsubscribe from this group, send email to maven-for-php+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/maven-for-php?hl=en.


Simon Morvan

unread,
Aug 9, 2012, 4:13:44 AM8/9/12
to maven-...@googlegroups.com
Le 09/08/2012 08:12, Martin Eisengardt a écrit :
> thanks for report. It is back again. I will analyze the vm dump as
> soon as I have some time.
Great. I just noticed it was back on tracks. Many thanks.
BTW, you mentioned you're new server hardware has less memory. Maybe try
to reduce the memory allocation settings of the JVM ?

--
Simon

Martin Eisengardt

unread,
Aug 9, 2012, 9:39:22 AM8/9/12
to maven-...@googlegroups.com
Other way round. We noticed that the server vm grabbed up to 3gb of actually 4gb ram and that caused the server to slow down (there were some other things running on the same machine). We reorganized some things on a new machine and set the vm to use only about 700m heap and 256m permgen on top. That actually is ok at the moment. The crash seems to be caused by some other problem. But I will analyze it the next days. I will setup a watchdog tonight restarting the tomcat as soon as it is needed. So that the downtime will be only for some seconds/ one minute at a maximum as soon as it crashes again.
 
Maybe in november or december we will setup a second machine and a balancer in front of it so that there is always a running machine.


 


--
Simon

hot.si...@gmail.com

unread,
May 13, 2013, 12:08:35 PM5/13/13
to maven-...@googlegroups.com
This is unaccessable again. Is there a mirror or is it available somewhere else?

To unsubscribe from this group, send email to maven-for-ph...@googlegroups.com.

Bastian Schwarz

unread,
May 13, 2013, 7:20:30 PM5/13/13
to maven-...@googlegroups.com, hot.si...@gmail.com
For the Plugin, you could grab the SourceCode from GitHub and install/deploy it yourself pretty easy.

For the libraries ... you probably have to grab and deploy them yourself as well ... doesn't look like the repository will be up again any time soon ...

Jakob Fuhrmann

unread,
May 14, 2013, 4:54:56 AM5/14/13
to maven-...@googlegroups.com
Hi,

I tried to build the plugin. But didn't succeed. It is complaining about
a missing paren pom.

org.phpmaven.build:site-parent-branches:pom:1

Did anyone get it working? I'm a maven user, but not that experienced
with plugin development.

Regards Jakob


The Full output:
{{{
%> mvn clean install
[INFO] Scanning for projects...
Downloading:
http://repos.php-maven.org/releases/org/phpmaven/build/site-parent-branches/1/site-parent-branches-1.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.phpmaven.sites:site:2.0.3-SNAPSHOT
(/home/jakob/newstime/projects/maven-php/maven-php-plugin/maven-plugins/pom.xml)
has 1 error
[ERROR] Non-resolvable parent POM: Could not transfer artifact
org.phpmaven.build:site-parent-branches:pom:1 from/to
release-repo.php-maven.org (http://repos.php-maven.org/releases): Failed
to transfer file:
http://repos.php-maven.org/releases/org/phpmaven/build/site-parent-branches/1/site-parent-branches-1.pom.
Return code is: 503, ReasonPhrase:Service Temporarily Unavailable. and
'parent.relativePath' points at wrong local POM @ line 11, column 13 ->
[Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> <http://groups.google.com/group/maven-for-php?hl=en>.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Maven for PHP" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to maven-for-ph...@googlegroups.com.
> To post to this group, send email to maven-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/maven-for-php?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Bastian Schwarz

unread,
May 14, 2013, 5:00:27 AM5/14/13
to maven-...@googlegroups.com
I suggest you get the Repositories from https://github.com/php-maven and get the following repos (get the complete ones, deploy them, in that order):

phpmaven-common-parent (the topmost parent pom)
phpmaven-var-parent (all the parents)
maven-php-plugin (the plugin itself)

They all have a aggregation pom in the root (the first one is only the pom) so you can deploy that and it will deploy all its modules (you said your familiar with maven so I guess you know, but just to be sure). It's proably best to get the latest tag, not the master.

Greetings
Bastian

sergio.ma...@gmail.com

unread,
May 14, 2013, 7:38:02 AM5/14/13
to maven-...@googlegroups.com
Hi,
    If you still need it. I've already made public our private nexus server. You can get version 2.0.2. from here http://sxgio.servehttp.com/nexus. It's at home,( dynamic DNS ), so sorry whether it's not fast enough or it crashes. I will try to move to a more stable nexus repo as soon as possible.
    Perhaps something's missing but, at least, mvn package, mvn test and mvn jetty:run run properly for us.

Regards
    Sergio.

Jakob Fuhrmann

unread,
May 14, 2013, 9:30:24 AM5/14/13
to maven-...@googlegroups.com
Thank you very much, that worked.

A note: The artifact parent pom will not be build by default. There is a
extra maven-profile for that: "maven-php-include-php-parent-pom".
> release-repo.php-maven.org <http://release-repo.php-maven.org>
> (http://repos.php-maven.org/releases
> <http://repos.php-maven.org/releases>): Failed
> <http://repos.php-maven.org/releases/org/phpmaven/build/site-parent-branches/1/site-parent-branches-1.pom>.
> > an email to maven-for-ph...@googlegroups.com <javascript:>.
> > To post to this group, send email to maven-...@googlegroups.com
> <javascript:>.
> <http://groups.google.com/group/maven-for-php?hl=en>.
> > For more options, visit https://groups.google.com/groups/opt_out
> <https://groups.google.com/groups/opt_out>.

Jakob Fuhrmann

unread,
May 14, 2013, 9:33:18 AM5/14/13
to maven-...@googlegroups.com
Actually the artifacts name, i was talking about, is: php-parent-pom

multi...@gmail.com

unread,
May 30, 2013, 1:28:03 PM5/30/13
to maven-...@googlegroups.com
Martin,

As of May 30, the "http/nexus.php-maven.org/release" repository site is still down.
Is this site down permanently?  If not, when will access be restored?

Thanks!

On Thursday, August 9, 2012 12:12:18 AM UTC-6, Martin Eisengardt wrote:
thanks for report. It is back again. I will analyze the vm dump as soon as I have some time.

On Thu, Aug 9, 2012 at 8:06 AM, Simon Morvan <gar...@zone84.net> wrote:
Hello there,

Not sure if it's related to the recent maintenance but the nexus repository is currently not reachable.

All requests to http://nexus.php-maven.org/release URLs returns a 500 error from apache. It seems that the nexus server is not up behind the scene.

Is there any mirror or backup copy ?


--
Simon

--
You received this message because you are subscribed to the Google Groups "Maven for PHP" group.
To post to this group, send email to maven-...@googlegroups.com.
To unsubscribe from this group, send email to maven-for-ph...@googlegroups.com.

adrian...@gmail.com

unread,
Nov 5, 2013, 10:41:46 PM11/5/13
to maven-...@googlegroups.com, multi...@gmail.com
Heya,

Server down! "Service Temporarily Unavailable"

any news when you gonna put it back on? or if is there any other mirror that we could use...

Cheers

nasrolla...@gmail.com

unread,
Nov 23, 2013, 12:06:28 PM11/23/13
to maven-...@googlegroups.com, multi...@gmail.com, adrian...@gmail.com
I tried building the master and it encountered various unit test and compile issues.  I also tried building the 2.0.2 tags and that had unit test issues too.

If a 2.0.3 can be released/fixed  I am willing to host it at my public repository: https://artifacts.konverge.io

phil....@googlemail.com

unread,
Nov 24, 2013, 8:29:12 AM11/24/13
to maven-...@googlegroups.com, multi...@gmail.com, adrian...@gmail.com, nasrolla...@gmail.com
Does anyone have a working settings.xml and/or sample pom.xml for first-time installation? I've tried using the sxgio.servcehttp.com/nexus repo but the archetypes seem to be missing; my attempts to get this working at all have all been fruitless, although I do see maven downloading jars.

Phil

phil....@googlemail.com

unread,
Nov 24, 2013, 1:54:00 PM11/24/13
to maven-...@googlegroups.com, multi...@gmail.com, adrian...@gmail.com, nasrolla...@gmail.com, phil....@googlemail.com
I've been able to build / install most of this using the 2.0.0 tag, however the php-parent-pom module gives me the following errors:

phil@inferno:~/src/mvn-php/maven-php-plugin/maven-plugins$ mvn install -Pmaven-php-include-php-parent-pom
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   php-parent-pom:2.0.0
[INFO]   2.0.0
[INFO] ------------------------------------------------------------------------
[INFO] Building php-parent-pom:2.0.0
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager getting plugin 'org.apache.maven.plugins:maven-site-plugin': Plugin 'org.apache.maven.plugins:maven-site-plugin:2.1' has an invalid descriptor:
1) Plugin's descriptor contains the wrong group ID: org.phpmaven
2) Plugin's descriptor contains the wrong artifact ID: maven-php-plugin
3) Plugin's descriptor contains the wrong version: 2.0.0
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Sun Nov 24 18:53:29 GMT 2013
[INFO] Final Memory: 30M/492M
[INFO] ------------------------------------------------------------------------

phil@inferno:~/src/mvn-php/maven-php-plugin/maven-plugins$ mvn clean -Pmaven-php-include-php-parent-pom
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   php-parent-pom:2.0.0
[INFO]   2.0.0
[INFO] ------------------------------------------------------------------------
[INFO] Building php-parent-pom:2.0.0
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager getting plugin 'org.apache.maven.plugins:maven-clean-plugin': Plugin 'org.apache.maven.plugins:maven-clean-plugin:2.5' has an invalid descriptor:
1) Plugin's descriptor contains the wrong group ID: org.phpmaven
2) Plugin's descriptor contains the wrong artifact ID: maven-php-plugin
3) Plugin's descriptor contains the wrong version: 2.0.0
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Sun Nov 24 18:52:53 GMT 2013
[INFO] Final Memory: 32M/590M
[INFO] ------------------------------------------------------------------------

Any hints on getting past this would be greatly appreciated!

Phil

sergio.ma...@gmail.com

unread,
Nov 28, 2013, 6:07:19 AM11/28/13
to maven-...@googlegroups.com, multi...@gmail.com, adrian...@gmail.com, nasrolla...@gmail.com, phil....@googlemail.com
Hi,

Settings.xml

<settings>      
    <mirrors>
        <mirror>
            <!--This sends everything else to /public -->
            <id>nexus</id>
            <mirrorOf>*</mirrorOf>
            <url>http://sxgio.servehttp.com/nexus/content/groups/public</url>
         </mirror>
      </mirrors>
    <profiles>
        <profile>
            <id>nexus</id>
            <!--Enable snapshots for the built in central repo to direct -->
            <!--all requests to nexus via the mirror -->
            <repositories>
                <repository>
                    <id>central</id>
                    <url>http://central</url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
            </repositories>
            <pluginRepositories>
                <pluginRepository>
                    <id>central</id>
                    <url>http://central</url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </pluginRepository>
            </pluginRepositories>
        </profile>       
    </profiles>
    <activeProfiles>
        <!--make the profile active all the time -->
        <activeProfile>nexus</activeProfile>
    </activeProfiles>
</settings>

If you want to create a Zend Project :

mvn archetype:generate -DarchetypeGroupId=org.phpmaven -DarchetypeArtifactId=php5-zend-archetype -DarchetypeVersion=2.0.2 -DgroupId=org.sample -DartifactId=my-app -Dversion=0.0.1-SNAPSHOT

[INFO] Generating project in Interactive mode
[INFO] Archetype repository missing. Using the one from [org.phpmaven:php5-zend-archetype:2.0.2] found in catalog local
Downloading: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-zend-archetype/2.0.2/php5-zend-archetype-2.0.2.jar
[WARNING] Checksum validation failed, no checksums available from the repository for http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-zend-archetype/2.0.2/php5-zend-archetype-2.0.2.jar
Downloaded: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-zend-archetype/2.0.2/php5-zend-archetype-2.0.2.jar (9 KB at 2.9 KB/sec)
Downloading: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-zend-archetype/2.0.2/php5-zend-archetype-2.0.2.pom
[WARNING] Checksum validation failed, no checksums available from the repository for http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-zend-archetype/2.0.2/php5-zend-archetype-2.0.2.pom
Downloaded: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-zend-archetype/2.0.2/php5-zend-archetype-2.0.2.pom (2 KB at 0.7 KB/sec)
[INFO] Using property: groupId = org.sample
[INFO] Using property: artifactId = my-app
[INFO] Using property: version = 0.0.1-SNAPSHOT
[INFO] Using property: package = org.sample
Confirm properties configuration:
groupId: org.sample
artifactId: my-app
version: 0.0.1-SNAPSHOT
package: org.sample
 Y: : Y
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: php5-zend-archetype:2.0.2
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.sample
[INFO] Parameter: artifactId, Value: my-app
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: package, Value: org.sample
[INFO] Parameter: packageInPathFormat, Value: org/sample
[INFO] Parameter: package, Value: org.sample
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: org.sample
[INFO] Parameter: artifactId, Value: my-app
[INFO] project created from Archetype in dir: /home/smartin/Temp/my-app
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:31.038s
[INFO] Finished at: Thu Nov 28 11:41:51 CET 2013
[INFO] Final Memory: 10M/120M
[INFO] ------------------------------------------------------------------------

PHP5-Web

mvn archetype:generate -DarchetypeGroupId=org.phpmaven -DarchetypeArtifactId=php5-web-archetype -DarchetypeVersion=2.0.2 -DgroupId=org.sample -DartifactId=my-app-2 -Dversion=0.0.1-SNAPSHOT

APSHOT

[INFO] Scanning for projects...
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] Archetype repository missing. Using the one from [org.phpmaven:php5-web-archetype:2.0.2] found in catalog local
Downloading: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-web-archetype/2.0.2/php5-web-archetype-2.0.2.jar
[WARNING] Checksum validation failed, no checksums available from the repository for http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-web-archetype/2.0.2/php5-web-archetype-2.0.2.jar
Downloaded: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-web-archetype/2.0.2/php5-web-archetype-2.0.2.jar (38 KB at 9.6 KB/sec)
Downloading: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-web-archetype/2.0.2/php5-web-archetype-2.0.2.pom
[WARNING] Checksum validation failed, no checksums available from the repository for http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-web-archetype/2.0.2/php5-web-archetype-2.0.2.pom
Downloaded: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-web-archetype/2.0.2/php5-web-archetype-2.0.2.pom (2 KB at 0.7 KB/sec)
[INFO] Using property: groupId = org.sample
[INFO] Using property: artifactId = my-app-2
[INFO] Using property: version = 0.0.1-SNAPSHOT
[INFO] Using property: package = org.sample
Confirm properties configuration:
groupId: org.sample
artifactId: my-app-2
version: 0.0.1-SNAPSHOT
package: org.sample
 Y: :
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: php5-web-archetype:2.0.2
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.sample
[INFO] Parameter: artifactId, Value: my-app-2
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: package, Value: org.sample
[INFO] Parameter: packageInPathFormat, Value: org/sample
[INFO] Parameter: package, Value: org.sample
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: org.sample
[INFO] Parameter: artifactId, Value: my-app-2
[INFO] project created from Archetype in dir: /home/smartin/Temp/my-app-2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.434s
[INFO] Finished at: Thu Nov 28 11:43:31 CET 2013
[INFO] Final Memory: 12M/148M
[INFO] ------------------------------------------------------------------------

PHP Library

mvn archetype:generate -DarchetypeGroupId=org.phpmaven -DarchetypeArtifactId=php5-lib-archetype -DarchetypeVersion=2.0.2 -DgroupId=org.sample -DartifactId=my-app-3 -Dversion=0.0.1-SNAPSHOT


[INFO] Scanning for projects...
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] Archetype repository missing. Using the one from [org.phpmaven:php5-lib-archetype:2.0.2] found in catalog local
Downloading: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-lib-archetype/2.0.2/php5-lib-archetype-2.0.2.jar
[WARNING] Checksum validation failed, no checksums available from the repository for http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-lib-archetype/2.0.2/php5-lib-archetype-2.0.2.jar
Downloaded: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-lib-archetype/2.0.2/php5-lib-archetype-2.0.2.jar (4 KB at 1.0 KB/sec)
Downloading: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-lib-archetype/2.0.2/php5-lib-archetype-2.0.2.pom
[WARNING] Checksum validation failed, no checksums available from the repository for http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-lib-archetype/2.0.2/php5-lib-archetype-2.0.2.pom
Downloaded: http://sxgio.servehttp.com/nexus/content/groups/public/org/phpmaven/php5-lib-archetype/2.0.2/php5-lib-archetype-2.0.2.pom (2 KB at 0.7 KB/sec)
[INFO] Using property: groupId = org.sample
[INFO] Using property: artifactId = my-app-3
[INFO] Using property: version = 0.0.1-SNAPSHOT
[INFO] Using property: package = org.sample
Confirm properties configuration:
groupId: org.sample
artifactId: my-app-3
version: 0.0.1-SNAPSHOT
package: org.sample
 Y: :
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: php5-lib-archetype:2.0.2
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.sample
[INFO] Parameter: artifactId, Value: my-app-3
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: package, Value: org.sample
[INFO] Parameter: packageInPathFormat, Value: org/sample
[INFO] Parameter: package, Value: org.sample
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: groupId, Value: org.sample
[INFO] Parameter: artifactId, Value: my-app-3
[INFO] project created from Archetype in dir: /home/smartin/Temp/my-app-3
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.118s
[INFO] Finished at: Thu Nov 28 11:45:37 CET 2013
[INFO] Final Memory: 12M/148M
[INFO] ------------------------------------------------------------------------

Note that this nexus mirror could be added to your pom.xml files rather than add to your settings.xml.  Later this year I will put all the artifacts in OpenStack with nexus.

Hope this helps.

Regards.
    Sergio.

Tan Andy

unread,
Jan 31, 2014, 11:53:20 AM1/31/14
to maven-...@googlegroups.com, gar...@zone84.net

Hi,

i tried to use your public repo since official is down (http://sxgio.servehttp.com/nexus/content/repositories/release-repo1.php-maven.org/)

i create artefact without problems , but i got this error when i run "mvn package" without skip test*

Message has been deleted

msigsg...@gmail.com

unread,
Feb 5, 2014, 2:01:01 PM2/5/14
to maven-...@googlegroups.com, gar...@zone84.net
Yes, gosh the repository is unstable,,

It takes a good amount of time to resolve the URL's, let alone downloading flawless files. I ran into a good deal of unfinished downloads in my .m2 repository, having to clear the failed files first

See if this will allow you to get the tests running.


I also noticed a rather explicit dependency added by the archetype: <groupId>de.phpunit</groupId><artifactId>PHPUnit</artifactId>. Make sure allen dependencies are found (i.e. run command in the SO answer and reimport maven dependencies)
Reply all
Reply to author
Forward
0 new messages