Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1.3K
Vistas
cvc-elt.1.a: No se puede encontrar la declaración del elemento 'proyecto'

error: cvc-elt.1.a: No se puede encontrar la declaración del elemento 'proyecto'

Recibo este error constantemente. Cada vez que creo un proyecto usando maven, comienza a mostrar este error. Incluso mencioné el 'maven-war-plugin' en la etiqueta del complemento y luego actualicé y actualicé el proyecto también.

 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.myfirstmvcapp</groupId> <artifactId>helloworldabc</artifactId> <packaging>war</packaging> <version>0.0.1-SNAPSHOT</version> <name>helloworldabc Maven Webapp</name> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>3.3.1</version> </plugin> </plugins> <finalName>helloworldabc</finalName> </build> </project>
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Encontré la solución a este problema. Gracias a @M.Deinum, quien comentó la solución debajo de la pregunta.

Todo lo que hice fue agregar https al enlace en la etiqueta, en lugar de http.

aquí está el código anterior:

 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.myfirstmvcapp</groupId> <artifactId>helloworldabc</artifactId> <packaging>war</packaging> <version>0.0.1-SNAPSHOT</version> <name>helloworldabc Maven Webapp</name> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>3.3.1</version> </plugin> </plugins> <finalName>helloworldabc</finalName> </build> </project>

Aquí está el último código, todo lo que se necesita es agregar https en lugar de http al enlace xsd en el último enlace de la etiqueta del proyecto.

 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.myfirstmvcapp</groupId> <artifactId>helloworldabc</artifactId> <packaging>war</packaging> <version>0.0.1-SNAPSHOT</version> <name>helloworldabc Maven Webapp</name> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>3.3.1</version> </plugin> </plugins> <finalName>helloworldabc</finalName> </build> </project>
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda