Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated pom.xml is not complete #7

Closed
wimdeblauwe opened this issue Sep 3, 2019 · 1 comment
Closed

Generated pom.xml is not complete #7

wimdeblauwe opened this issue Sep 3, 2019 · 1 comment

Comments

@wimdeblauwe
Copy link

When using https://www.lwjgl.org/customize to create a pom.xml, the pom.xml is not valid. It needs at least a <project/> tag around the content that is currently generated. Maybe also add some other defaults like this:

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.example</groupId>
    <artifactId>my-lwjgl-app</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <packaging>jar</packaging>

    <name>My LWJGL Application</name>


.... current generated XML....
</project>

That way, users can directly run `mvn install`
@httpdigest
Copy link
Member

Thanks for bringing up this issue. We'll track this (including the Gradle script) with: LWJGL/lwjgl3-www#115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants