karurkarthi / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

Erreur in maven-metadata-sonatype.xml file empty with SNAPSHOT 1.5 since 11 june #412

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use the 1.5 SNAPSHOT try to compile with artefactory
2. POM :

<repository>
            <id>sonatype</id>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <url>http://oss.sonatype.org/content/repositories/snapshots/</url>
        </repository>

    <dependency>
            <groupId>fr.opensagres.xdocreport</groupId>
            <artifactId>fr.opensagres.xdocreport.document.docx</artifactId>
            <version>1.0.5-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>fr.opensagres.xdocreport</groupId>
            <artifactId>fr.opensagres.xdocreport.template.velocity</artifactId>
            <version>1.0.5-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>fr.opensagres.xdocreport</groupId>
            <artifactId>fr.opensagres.xdocreport.converter.docx.xwpf</artifactId>
            <version>1.0.5-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>fr.opensagres.xdocreport</groupId>
            <artifactId>fr.opensagres.xdocreport.document.tools</artifactId>
            <version>1.0.5-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.apache.velocity</groupId>
            <artifactId>velocity</artifactId>
            <version>1.7</version>
        </dependency>
3.

What is the expected output? What do you see instead?
Since the 11 juin ( last commit in 1.5 snapshot i get this error on compilation 
:

[JENKINS] Archiving /ci/.jenkins/jobs/seve-webapp/workspace/pom.xml to 
/ci/.jenkins/jobs/seve-webapp/modules/com.schneider.seve$seve-webapp/builds/2014
-06-20_15-21-04/archive/com.schneider.seve/seve-webapp/1.0/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: fr.opensagres.xdocreport:fr.opensagres.xdocreport.converter

Reason: Error getting POM for 
'fr.opensagres.xdocreport:fr.opensagres.xdocreport.converter' from the 
repository: Unable to read local copy of metadata: Cannot read metadata from 
'/ci/.m2/repository/fr/opensagres/xdocreport/fr.opensagres.xdocreport.converter/
1.0.5-SNAPSHOT/maven-metadata-sonatype.xml': end tag name </body> must match 
start tag name <hr> from line 5 (position: TEXT seen ...</center>\r\n</body>... 
@6:8) 
  fr.opensagres.xdocreport:fr.opensagres.xdocreport.converter:pom:1.0.5-SNAPSHOT

 for project fr.opensagres.xdocreport:fr.opensagres.xdocreport.converter

the file maven-metadata-sonatype.xml seem to be empty : 

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.4.1</center></hr>
</body>
</html>

What version of the product are you using? On what operating system?
linux

Please provide any additional information below.

Original issue reported on code.google.com by ycelle...@gmail.com on 20 Jun 2014 at 1:35

GoogleCodeExporter commented 9 years ago
Pascal could you help us with this problem? Thank's!

Original comment by angelo.z...@gmail.com on 20 Jun 2014 at 7:52

GoogleCodeExporter commented 9 years ago
Should work now.

It appears that we can't deploy anymore from cloudbees.

See : https://issues.sonatype.org/browse/OSSRH-8111

Original comment by pascal.leclercq on 27 Jun 2014 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by angelo.z...@gmail.com on 7 Aug 2014 at 3:50

GoogleCodeExporter commented 9 years ago
Hello we found the solution use HTTPS URL instead of http for sonata repsitory 
url

Original comment by ycelle...@gmail.com on 7 Aug 2014 at 8:21

GoogleCodeExporter commented 9 years ago
Hello we found the solution use HTTPS URL instead of http for sonata repsitory 
url

Original comment by ycelle...@gmail.com on 7 Aug 2014 at 8:25

GoogleCodeExporter commented 9 years ago
cleanup

Original comment by pascal.leclercq on 10 Oct 2014 at 7:37