Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4817

Unable to use gwt-maven-plugin 1.3-SNAPSHOT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.0
    • None
    • POM
    • None
    • Ubuntu 10.10

    Description

      Tried to create a project using the gwt-maven plugin. After generating the archetype using the current 1.2 version I attempted to update it to 1.3-SNAPSHOT

      <plugin>
      				<groupId>org.codehaus.mojo</groupId>
      				<artifactId>gwt-maven-plugin</artifactId>
      				<version>1.3-SNAPSHOT</version>
      				<executions>
      					<execution>
      						<goals>
      							<goal>compile</goal>
      							<goal>generateAsync</goal>
      							<goal>test</goal>
      						</goals>
      					</execution>
      				</executions>
      				<configuration>
      					<runTarget>com.rp.portal.campaign.Application/Application.html</runTarget>
      				</configuration>
      			</plugin>
      

      Added the repo for the plugin:

      	<pluginRepositories>
      		<pluginRepository>
      			<id>Codehaus</id>
      			<name>Codehaus Maven Plugin Repository</name>
      			<url>http://repository.codehaus.org/org/codehaus/mojo</url>
      			<snapshots>
      				<enabled>true</enabled>
      			</snapshots>
      		</pluginRepository>
      	</pluginRepositories>
      [code}
      
      Got this repeatedly:
      
      

      jacekf@jacekf:~/src/tmp/portal-campaign$ mvn eclipse:eclipse
      [INFO] Scanning for projects...
      [WARNING] Failed to retrieve plugin descriptor for org.codehaus.mojo:gwt-maven-plugin:1.3-SNAPSHOT: Failed to parse plugin descriptor for org.codehaus.mojo:gwt-maven-plugin:1.3-SNAPSHOT (/home/jacekf/.m2/repository/org/codehaus/mojo/gwt-maven-plugin/1.3-SNAPSHOT/gwt-maven-plugin-1.3-SNAPSHOT.jar): error in opening zip file
      [WARNING] Error reading plugin group metadata: end tag name </body> must match start tag name <hr> from line 7 (position: TEXT seen ...</address>\n</body>... @9:8)
      Downloading: http://repository.codehaus.org/org/codehaus/mojo/org/apache/maven/plugins/maven-eclipse-plugin/maven-metadata.xml
      Downloaded: http://repository.codehaus.org/org/codehaus/mojo/org/apache/maven/plugins/maven-eclipse-plugin/maven-metadata.xml (437 B at 1.6 KB/sec)
      [WARNING] Failed to read metadata /home/jacekf/.m2/repository/org/apache/maven/plugins/maven-eclipse-plugin/maven-metadata-Codehaus.xml: end tag name </body> must match start tag name <hr> from line 7 (position: TEXT seen ...</address>\n</body>... @9:8)

      
      

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              jfurmankiewicz Jacek Furmankiewicz
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: