[ http://jira.codehaus.org/browse/MAVEN-1820?page=comments#action_81690 ]
Elly Yeung commented on MAVEN-1820:
-----------------------------------
I will try to give as much as information as I can, becasue I just take over
this project not long ago.
Our Linux server team installed the sakai demo version(v 2.2.2) in the Linux
SUSE 10 server, and I installed Melete(v 2.3) and Marven(v1.0.2), and modified
the projext.xml as follow, the porject.xml is located in
/opt/sakai-demo/sakai/melete_os_release2.3/.
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../melete_os_release2.3/project.xml</extend>
<pomVersion>3</pomVersion>
<name>Sakai Melete</name>
<groupId>sakai-melete</groupId>
<organization>
<name>Sakai Project</name>
<url>http://sakaiproject.org/</url>
</organization>
<inceptionYear>2003</inceptionYear>
<dependencies>
<!-- sakai plugin -->
<dependency>
<groupId>sakaiproject</groupId>
<artifactId>sakai</artifactId>
<version>${sakai.plugin.version}</version>
<type>plugin</type>
</dependency>
</dependencies>
<build/>
</project>
######################################
I also modified the build.properites file as below , and put the
build.properties file under the /opt/maven-1.0.2/.
maven.repo.remote=http://source.sakaiproject.org/maven/
maven.tomcat.home=/opt/sakai-demo/conf
###########################################
The sakai is located in /opt/sakai-demo
The melete is located in /opt/sakai-demo/
The maven is located in /opt/maven-1.0.2/
Hope this information might help.
Thank you for your kind attention.
> Maven 1.0.2 installlation
> -------------------------
>
> Key: MAVEN-1820
> URL: http://jira.codehaus.org/browse/MAVEN-1820
> Project: Maven 1.x
> Issue Type: Bug
> Environment: SUSE Linux 10
> Reporter: Elly Yeung
>
> After installed maven and have encountered the following MavenException.
> #maven -e
> __ __
> | \/ |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0.2
> org.apache.maven.MavenException: Parent POM is equal to the current POM
> at org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:236)
> at org.apache.maven.MavenUtils.getProject(MavenUtils.java:143)
> at org.apache.maven.MavenUtils.getProject(MavenUtils.java:122)
> at
> org.apache.maven.MavenSession.initializeRootProject(MavenSession.java:232)
> at org.apache.maven.MavenSession.initialize(MavenSession.java:172)
> at org.apache.maven.cli.App.doMain(App.java:475)
> at org.apache.maven.cli.App.main(App.java:1239)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> Any helps would be appreciated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira