shamuat wrote:
>
> I am trying to create a Maven project (while running the command > mvn
> install), I am getting the following error –
>
> D:\apache-servicemix-3.2.1\tutorial>mvn install
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Maven Default Project
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does
> not exi
> st or no valid version could be found
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Thu Feb 21 14:49:01 IST 2008
> [INFO] Final Memory: 1M/2M
>
> Could someone please give me some idea regarding this error, as I am new
> to this Maven.
>
> Thanks
> Priya
>
>
>
HI, cud u plz send me d main pom file & service engine pom file....i shall
look into it....
Btw, try addin d below d code (under the <dependencies> tag) in d pom file
of the serivce engine u use n check if its workin..
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>${servicemix-version}</version>
</dependency>
if u r in chennai, try to give ur contact no.
--
View this message in context:
http://www.nabble.com/Plz-help-tp15607223s12049p15607264.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.