Hi 

Thank you 

But this is first step of creating my first own proj. So I created just one
main pom once it runs successful then I could create su and sa pom.

Here is the main pom

<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.servicemix.tutorial</groupId>
  <artifactId>parent</artifactId>
  <version>1.0-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>tutorial</name>
  <url>http://servicemix.org</url>
</project>

Thank you once again for your help

Regards
Priya






IMF wrote:
> 
> 
> 
> 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-tp15607223s12049p15607268.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to