4
I Use This!
Inactive

News

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Posted over 13 years ago by [email protected] (mepeisen)
What is the nexus? A repository management software. As it is now up and running we will sooner or later disconnect repos.xworlds.org. What to do? Edit your settings.xml. Change the domain settings. See [link] for the correct domains. New domains: [link] and [link]
Posted over 13 years ago by [email protected] (mepeisen)
Hi all. Finally the first beta of phpmaven2 is now released. There are some changes. --- PEAR support As noted before there is now a pear support. Packaging pear behaves similar to a normal phar except that during building the phar it is not ... [More] loaded from src/main/php but directly loaded by instrumenting the local pear installation. After uploading [Less]
Posted over 13 years ago by [email protected] (Manu8170)
Hi, I built an archetype for a PHP project with maven-php (2.0-SNAPSHOT). But when I type "mvn -e install", I have the following problem : [ERROR] BUILD ERROR [INFO] ------------------------------ ------------------------------ ------------ [INFO] Internal error in the plugin manager executing goal
Posted over 13 years ago by [email protected] (mepeisen)
Hi everyone. At this weekend we will import a huge set of modules from various PEAR channels into the official repository. This will do an incompatible change to the PHPUNIT dependency. Currently you refer it as: groupId: org.phpunit artifactId: phpunit5 As the pear channel is called: pear.phpunit.de we will know referr to
Posted over 13 years ago by [email protected] (mepeisen)
Hi guys. And sry for the inactivity between the last two months. There was some private situation/ bequest I had to solve. I will reinvestigate in the migration to the new server soon. The nameservers should already point to the 2.0 beta site does it? Hopefully someone can send me a zip of the trac pages and the trac
Posted over 13 years ago by [email protected] (Edu Rodríguez)
Hi friends, I, recently installed Maven for PHP. I configured my .m2/settings.xml and then created a web project using archetype with no problem. When I execute the goal "mvn test" I'm getting this error: [ERROR] Failed to execute goal on project testphp: Could not resolve dependencies for project com.sourcerebels:testphp:php:y : Failure to
Posted over 13 years ago by [email protected] (Ryan RAJKOMAR)
Can anyone help me ? As mentioned in a earlier post which nobody even deigned to reply to, I've followed every step of the isntallation process of maven and maven for php, installed all required dependencies ( phpdoc, doxygen, etc.) and I still ... [More] cannot get the eclipse integration to work !!!! I really would like to start using maven with php so PLEASE can anyone [Less]
Posted over 13 years ago by [email protected] (Michel MAIER)
------------------------------ ------------------------- P A C K A G E P H A R ------------------------------ ------------------------- [INFO] phar filename: yii_one-1.0-SNAPSHOT.phar [INFO] [INFO] --- maven-plugin-plugin:2.9:addPlu ginArtifactMetadata (default- addPluginArtifactMetadata) @ yii_one ---
Posted over 13 years ago by [email protected] (tomask.de)
Hi @all, I want to use the current PHPUnit Version 3.6.7 as dependency in my Testproject and just followed the instructions at [link] But getting the tar from [link]<[link]> and installing it successfully to my local repo from zip leads to following
Posted over 13 years ago by [email protected] (Ryan RAJKOMAR)
Hello, Being new to the whole Maven "framework" use, I'm trying to add the maven for php plugin to my eclipse indigo. I've followed all the steps from the prepare maven for php page using the last available version of maven (3.0.3). I have phpdocument, doxygen and a php running on my computer.