I think you need to add "trunk" to your parent pom:

scm:svn:http://sourceforge.purdueefcu.com/svn/repos/statements/trunk/


Todd Nine wrote:
Thanks, that was the problem.  It appears that maven doesn't understand my
subversion layout.  I thought I had it correct, but apparently not.  I'm
using maven 2.0.6, any help would be greatly appreciated.

Parent Pom: scm:svn:http://sourceforge.purdueefcu.com/svn/repos/statements/

This location has branches/tags/trunk

The child pom is data access which is located at
http://sourceforge.purdueefcu.com/svn/repos/statements/trunk/dataaccess.

I don't have an SCM connection in the child since I thought maven
constructed the directory structure based on project name within the "trunk"
directory.  What do I need to specify to get this working correctly?

Thank,
Todd

On 5/13/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote:

Todd Nine wrote:
> I'm receiving the following errors when I try to perform the "site:site"
> target and generate a changelog.  I've tried deleting this from the
> directory then pulling the code down from svn and it does not seem to
help.
> I only get this on a single sub project.  Any ideas?
>
>
> [INFO] [site:site]
> [WARNING] Unable to load parent project from repository: Could not find
the
> model file 'c:\development\pefcu\statements\
> trunk\..\pom.xml'.
> [INFO] Skipped "Maven Surefire Report" report, file "
surefire-report.html"
> already exists for the English version.
> [INFO] Generate "Change Log" report.
> [INFO] Generating changed sets xml to:
> c:\development\pefcu\statements\trunk\dataaccess\target\changelog.xml
> [INFO] Executing: svn --non-interactive log -v -r "{2007-04-11 20:16:23
> +0000}:{2007-05-12 20:16:23 +0000}" http://sourc
> eforge.purdueefcu.com/svn/repos/statements/dataaccess
> [INFO] Working directory:
> c:\development\pefcu\statements\trunk\dataaccess\src\main\java
> [ERROR] Provider message:
> [ERROR] The svn command failed.

Here's your error. Please try to run the above svn command on the
command line directly and see if that works.

> [ERROR] Command output:
> [ERROR] svn: REPORT request failed on
> '/svn/repos/statements/!svn/bc/46/dataaccess'
> svn: '/svn/repos/statements/!svn/bc/46/dataaccess' path not found
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error during page generation
>


--
Dennis Lundberg

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





--
Dennis Lundberg

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

Reply via email to