org.codehaus.plexus.util.xml.pull.XmlPullParserException: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...<artifactId>hudson-core<artifactId>... @10:38)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Sonatype JIRA by Igor Czechowski, 1 year ago
via Sonatype JIRA by Igor Czechowski, 2 years ago
via Stack Overflow by karthik
, 2 years agoorg.codehaus.plexus.util.xml.pull.XmlPullParserException: TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...<artifactId>hudson-core<artifactId>... @10:38)
at org.codehaus.plexus.util.xml.pull.MXParser.nextText(MXParser.java:1063)
at org.sonatype.nexus.rest.artifact.PomArtifactManager.parsePom(PomArtifactManager.java:230)
at org.sonatype.nexus.rest.artifact.PomArtifactManager.getGAVRequestFromTempPomFile(PomArtifactManager.java:153)
at org.sonatype.nexus.rest.artifact.AbstractArtifactResourceHandler.uploadArtifact(AbstractArtifactResourceHandler.java:456)
at org.sonatype.nexus.rest.artifact.ArtifactResourceContentHandler.post(ArtifactResourceContentHandler.java:62)
at org.restlet.resource.Resource.handlePost(Resource.java:484)
at org.sonatype.nexus.rest.AbstractNexusResourceHandler.handlePost(AbstractNexusResourceHandler.java:395)