maven : Failed to install metadata project Could not parse metadata maven-metadata-local.xml: only whitespace content allowed before start tag

jeraldfdo

Got this error when I was trying to build a project which I just downloaded from SVN.

Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project : Failed to install metadata project:1.0-SNAPSHOT/maven-metadata.xml: Could not parse metadata C:\Users.m2\project\1.0-SNAPSHOT\maven-metadata-local.xml: only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) -> [Help 1]

jeraldfdo

I just wanted to document this error on the internet. There was no much help or I didn't search properly.

Answer :

Go to the the path where the maven-metadata-local.xml is. Delete the project folder along with the xml and build the project.

It worked for me!

Collected from the Internet

Please contact debug[email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Metadata file '.dll' could not be found

From Dev

Maven deploy hangs while downloading maven_metadata.xml if it exists already

From Dev

Eclipse faceted project metadata file could not be read

From Dev

NServiceBus: Could not find Metadata for (message)

From Dev

Is it possible to only request the metadata?

From Dev

How do I prevent Maven from downloading maven-metadata.xml for an artifact that I already have in my repo?

From Dev

Metadata Harvesting

From Dev

NoClassDefFound : Scala/xml/metadata

From Dev

Maven Metadata Plugin unable to get the maven-metadata.xml due to java.net.UnknownHostException

From Dev

How to rebuild maven-metadata.xml in Artifactory?

From Dev

Javafx metadata

From Dev

Maven Could not transfer metadata

From Dev

Is metadata or attributes allowed in Golang?

From Dev

MongoDB - Metadata

From Dev

How can I make maven-metadata.xml have the same timestamp as the artifact wen deployed with maven?

From Dev

Is it possible to only request the metadata?

From Dev

FAILED: Error in metadata:

From Dev

Eclipse faceted project metadata file could not be read

From Dev

Breeze Metadata Only EFContextProvider Exception

From Dev

Refer classes by their metadata tag

From Dev

maven in Teamcity build creates maven-metadata-snapshots.xml containing NUL?

From Dev

Repository Metadata and local packages

From Dev

Add a new custom metadata tag

From Dev

Javafx metadata

From Dev

Artifactory maven-metadata.xml and bundles with Java API

From Dev

MongoDB - Metadata

From Dev

Maven Could not transfer metadata org.apache.maven.archetypes:maven-archetype-webapp/maven-metadata.xml from uk.maven.org

From Dev

How to copy only file attributes (metadata) without actual content of the file?

From Dev

XMLStreamException: ParseError at [row,col]:[1,1] ; only whitespace content allowed before start tag and not [

Related Related

  1. 1

    Metadata file '.dll' could not be found

  2. 2

    Maven deploy hangs while downloading maven_metadata.xml if it exists already

  3. 3

    Eclipse faceted project metadata file could not be read

  4. 4

    NServiceBus: Could not find Metadata for (message)

  5. 5

    Is it possible to only request the metadata?

  6. 6

    How do I prevent Maven from downloading maven-metadata.xml for an artifact that I already have in my repo?

  7. 7

    Metadata Harvesting

  8. 8

    NoClassDefFound : Scala/xml/metadata

  9. 9

    Maven Metadata Plugin unable to get the maven-metadata.xml due to java.net.UnknownHostException

  10. 10

    How to rebuild maven-metadata.xml in Artifactory?

  11. 11

    Javafx metadata

  12. 12

    Maven Could not transfer metadata

  13. 13

    Is metadata or attributes allowed in Golang?

  14. 14

    MongoDB - Metadata

  15. 15

    How can I make maven-metadata.xml have the same timestamp as the artifact wen deployed with maven?

  16. 16

    Is it possible to only request the metadata?

  17. 17

    FAILED: Error in metadata:

  18. 18

    Eclipse faceted project metadata file could not be read

  19. 19

    Breeze Metadata Only EFContextProvider Exception

  20. 20

    Refer classes by their metadata tag

  21. 21

    maven in Teamcity build creates maven-metadata-snapshots.xml containing NUL?

  22. 22

    Repository Metadata and local packages

  23. 23

    Add a new custom metadata tag

  24. 24

    Javafx metadata

  25. 25

    Artifactory maven-metadata.xml and bundles with Java API

  26. 26

    MongoDB - Metadata

  27. 27

    Maven Could not transfer metadata org.apache.maven.archetypes:maven-archetype-webapp/maven-metadata.xml from uk.maven.org

  28. 28

    How to copy only file attributes (metadata) without actual content of the file?

  29. 29

    XMLStreamException: ParseError at [row,col]:[1,1] ; only whitespace content allowed before start tag and not [

HotTag

Archive