I have no spaces in the path, or i don“t undestand u... sorry but we can't
fix it :S
basedirectory: ${project_loc}
goals: package
and th pom:
<packaging>war</packaging>
<version>0.0.1</version>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
Tim Kettler wrote:
>
> Hi,
>
> try to run it from a directory without spaces in the path.
>
> -Tim
>
> rgarciafernandez schrieb:
>> [INFO] Scanning for projects...
>> [INFO]
>> ----------------------------------------------------------------------------
>> [INFO] Building Unnamed - inventory:inventory:war:0.0.1
>> [INFO] task-segment: [package]
>> [INFO]
>> ----------------------------------------------------------------------------
>> [INFO] resources:resources
>> [INFO] Using default encoding to copy filtered resources.
>> [WARN] While downloading hibernate:hibernate:3.1rc2
>> This artifact has been relocated to org.hibernate:hibernate:3.1rc2.
>>
>>
>> [INFO] compiler:compile
>> [INFO] Nothing to compile - all classes are up to date
>> [INFO] resources:testResources
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] compiler:testCompile
>> [INFO] Nothing to compile - all classes are up to date
>> [INFO] surefire:test
>> [ERROR] reactor-execute : D:\mis cosas\workspace\inventory
>> Diagnosis: null
>> FATAL ERROR: Error executing Maven for a project
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] null
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 2 seconds
>> [INFO] Finished at: Tue Oct 23 14:17:16 CEST 2007
>> [INFO] Final Memory: 4M/8M
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESSFUL
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 2 seconds
>> [INFO] Finished at: Tue Oct 23 14:17:16 CEST 2007
>> [INFO] Final Memory: 4M/8M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>>
>> Important :
>> [INFO] surefire:test
>> [ERROR] reactor-execute : D:\mis cosas\workspace\inventory
>> Diagnosis: null
>>
>> I don't know what to do...
>> to make it run, to package to a war file my project. I need help please
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/maven-package-error-tf4677084s177.html#a13364382
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]