mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
WIP
This commit is contained in:
BIN
fixtures/repositories/m2/org/apache/foo/1.0.0/foo-1.0.0.jar
Normal file
BIN
fixtures/repositories/m2/org/apache/foo/1.0.0/foo-1.0.0.jar
Normal file
Binary file not shown.
14
fixtures/repositories/m2/org/apache/foo/1.0.0/foo-1.0.0.pom
Normal file
14
fixtures/repositories/m2/org/apache/foo/1.0.0/foo-1.0.0.pom
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>foo</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>foo</name>
|
||||
|
||||
<description>
|
||||
foo
|
||||
</description>
|
||||
</project>
|
||||
Reference in New Issue
Block a user