Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8664663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:17:43+00:00 2026-06-12T17:17:43+00:00

My project architecture is like this: –Parent –Submodule1 –Submodule2 –pom.xml(main) Parent is the project

  • 0

My project architecture is like this:

--Parent
  --Submodule1
  --Submodule2
--pom.xml(main)

Parent is the project which hold all maven plugins configuration, librairies version etc. It’s the parent of all project which is the parent of all submodules.
I configure plugin in pom.xml(main),like this:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>2.3.2</version>
  <configuration>
    <tagBase>svn://192.168.5.213/hxbos/hxecp-src/tags/hxbos</tagBase>
    <branchBase>svn://192.168.5.213/hxbos/hxecp-src/branches/hxbos</branchBase>
    <remotetagging>true</remotetagging>
    <checkModificationExcludes>
      <checkModificationExclude>**/*.log</checkModificationExclude>
      <checkModificationExclude>**/*.jar</checkModificationExclude>
      <checkModificationExclude>**/system*</checkModificationExclude>
    </checkModificationExcludes>
  </configuration>
</plugin>

and this is my scm info:

<scm>
  <connection>scm:svn:svn://192.168.5.213/hxbos/hxecp-src/trunk/hxbos</connection>
  <developerConnection>scm:svn:svn://192.168.5.213/hxbos/hxecp-src/trunk/hxbos</developerConnection>
  <url>scm:svn:svn://192.168.5.213/hxbos/hxecp-src/trunk/hxbos</url>
</scm>

but when I use:mvn release:prepare,an error occurs:

 The svn tag command failed.
 Command output:
 svn: “svn://192.168.5.213/hxbos/hxecp-src/trunk/hxbos” does not exist in 
 revision 0.

why is revision 0?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T17:17:45+00:00Added an answer on June 12, 2026 at 5:17 pm

    Here are a few things to check:

    • My SCM URLs look something like this:

      scm:svn:https://subversion.company.com/svn/maven/trunk/corporate-parent

    Note the https part; you show scm:svn:svn, not sure how that works.

    • One place that has tripped me up before: I checked out an existing project using an https protocol but the POM had ‘http’ in its SCM connection block. The mismatch caused problems at release time. So, make the protocol you used for the checkout match the SCM connection in the POM. If you did

      svn checkout http://192.168.5.213/hxbos/hxecp-src/trunk/hxbos

    then your SCM block should look something like this:

    <scm>
        <connection>scm:svn:http://192.168.5.213/hxbos/hxecp-src/trunk/hxbos</connection>
    </scm>
    
    • If you are doing a multi-module build, define SCM blocks in all your POMs, don’t let them be inherited from the parent POM.

    • Last but not least, make sure you are using the latest version of the release plugin.


    EDIT: use the http: or https: (whichever you used to perform the original checkout) in the tagBase and branchBase URLs too. I notice that you have the “svn:” prefix in those URLs. The docs for tagBase say “For example, http://svn.apache.org/repos/asf/maven/plugins/tags. The URL is an SVN URL and does not include the SCM provider and protocol.”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have been developed my last project like below as by last architecture View
Hey all, i've been working on this small project in XNA the goal is
I have this project explained in Wiley-Embedded Signal Processing with the Micro Signal Architecture.2007
i have got error that look like this. Undefined symbols for architecture i386: _OBJC_CLASS_$_EGOPhotoViewController,
application design/architecture question for a project that I am building. I have a main
I am using MVC 3 architecture in my project. I have a master page
im programming a project and im trying to apply multitier architecture. Right now ive
A simple description of our architecture for the school project we are doing: -we
I'm trying to design the architecture for a new LOB MVVM project utilising Caliburn
Project: http://design.vitalbmx.com/fave/news.html When I click Add to favorites button (under main pic), in Chrome

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.