-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed the pom.xml Monaco virtual-file
- Loading branch information
1 parent
54cd756
commit a2367f1
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?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>uk.co.hopperelec</groupId> | ||
<artifactId>pom-example</artifactId> | ||
<version>1.0.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<developers> | ||
<developer> | ||
<id>hopperelec</id> | ||
<name>Cameron Johnston</name> | ||
<email>[email protected]</email> | ||
<url>https:///www.hopperelec.co.uk/</url> | ||
<timezone>Europe/London</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<!-- | ||
For all my Java-based projects, I have used Maven, | ||
which has given me a good understanding of how Maven and other compilers work | ||
--> | ||
</project> |