With this nightly build I am getting this message:

Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/1.0-
alpha-2-SNAPSHOT/maven-jar-plugin-1.0-alpha-2-SNAPSHOT.jar
[WARNING] Unable to get resource from repository
http://repo1.maven.org/maven2
[INFO] 
----------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
----------------------------------------------------------------------------
[INFO] Reason: Unable to resolve artifact
org.apache.maven.plugins:maven-jar-plugin:1.0-alpha-2-SNAPSHOT:maven-plugin
Mojo could not be found - check that the goal name is correct


Pedro Salgado

On 04/05/2005 10:47, "Brett Porter" <[EMAIL PROTECTED]> wrote:

> I believe this was a bug in alpha-1 that only showed intermittently.
> It has been resolved in the latest from subversion.
> 
> (unofficial nightly build)
> http://www.codehaus.org/~maven/m2/m2-20050504.020700.tar.gz
> 
> - Brett
> 
> On 5/4/05, Pedro Salgado <[EMAIL PROTECTED]> wrote:
>> Hi to all,
>> 
>>   I have been able to compile my source code (app + test) but when I do "m2
>> test" I get:
>> 
>> -------------------------------------------------------
>>  T E S T S
>> -------------------------------------------------------
>> There are no test to run.
>> 
>> Results :
>> [surefire] Tests run: 0, Failures: 0, Errors: 0
>> 
>>   ?
>> 
>>   I have a compiled class (that extends TestCase, has a constructor matching
>> the super and a static method suite()) on the "testOutputDirectory".
>> 
>>   Do I need something else to configure correctly the maven environment?
>> 
>> Pedro Salgado
>> 
>>     <build>
>> 
>>         <sourceDirectory>src/java</sourceDirectory>
>>         <scriptSourceDirectory/>
>>         <testSourceDirectory>src/test</testSourceDirectory>
>>         <resources/>
>>         <testResources/>
>>         <directory>dist</directory>
>>         <outputDirectory>classes</outputDirectory>
>>         <!--
>>         <finalName/>
>>         -->
>>         <aspectSourceDirectory/>
>>         <testOutputDirectory>test</testOutputDirectory>
>>         <plugins/>
>>         <pluginManagement/>
>> 
>>     </build>
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to