forked from davidmoten/xsd-forms
-
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.
- Loading branch information
0 parents
commit b5b37a8
Showing
108 changed files
with
2,219 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/_remote.repositories
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,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:26:56 EDT 2017 | ||
demo-scalaxb-0.2.2-SNAPSHOT.jar>= | ||
demo-scalaxb-0.2.2-SNAPSHOT.pom>= |
Binary file added
BIN
+4.8 KB
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/demo-scalaxb-0.2.2-SNAPSHOT.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/demo-scalaxb-0.2.2-SNAPSHOT.jar.lastUpdated
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,10 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:08:12 EDT 2017 | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/1.0-repo/.lastUpdated=1498146721128 | ||
https\://raw.githubusercontent.com/midas-isg/object-serializer/1.0-repo/.error= | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/1.0-repo/.error= | ||
https\://oss.sonatype.org/content/repositories/snapshots/.lastUpdated=1498147692140 | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/tree/1.0-repo/.lastUpdated=1498146300975 | ||
https\://oss.sonatype.org/content/repositories/snapshots/.error= | ||
https\://raw.githubusercontent.com/midas-isg/object-serializer/1.0-repo/.lastUpdated=1498145940557 | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/tree/1.0-repo/.error= |
80 changes: 80 additions & 0 deletions
80
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/demo-scalaxb-0.2.2-SNAPSHOT.pom
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,80 @@ | ||
<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> | ||
<parent> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>xsd-forms</artifactId> | ||
<version>0.2.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>demo-scalaxb</artifactId> | ||
<name>${project.artifactId}</name> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-deploy-plugin</artifactId> | ||
<version>2.8.1</version> | ||
<configuration> | ||
<skip>true</skip> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<!-- | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>net.alchim31.maven</groupId> | ||
<artifactId>scala-maven-plugin</artifactId> | ||
<version>${scala.plugin.version}</version> | ||
<executions> | ||
<execution> | ||
<goals> | ||
<goal>compile</goal> | ||
<goal>testCompile</goal> | ||
</goals> | ||
<configuration> | ||
<args> | ||
<arg>-deprecation</arg> | ||
<arg>-dependencyfile</arg> | ||
<arg>${project.build.directory}/.scala_dependencies</arg> | ||
</args> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.scalaxb</groupId> | ||
<artifactId>scalaxb-maven-plugin</artifactId> | ||
<version>${scalaxb.plugin.version}</version> | ||
<configuration> | ||
<packageName>demo</packageName> | ||
<xsdDirectory>${basedir}/src/main/resources</xsdDirectory> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<id>scalaxb</id> | ||
<goals> | ||
<goal>generate</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>2.2.1</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
--> | ||
|
||
</project> | ||
|
12 changes: 12 additions & 0 deletions
12
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/demo-scalaxb-0.2.2-SNAPSHOT.pom.lastUpdated
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,12 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:08:11 EDT 2017 | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/1.0-repo/.error= | ||
https\://oss.sonatype.org/content/repositories/snapshots/.error= | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/1.0-repo/.lastUpdated=1498146720727 | ||
/.error=Could not transfer artifact edu.pitt.isg\:demo-scalaxb\:pom\:0.2.2-SNAPSHOT from/to scalaxb (/)\: Cannot access / with type default using the available connector factories\: BasicRepositoryConnectorFactory | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/tree/1.0-repo/.lastUpdated=1498146300696 | ||
https\://oss.sonatype.org/content/repositories/snapshots/.lastUpdated=1498147691992 | ||
@default-scalaxb-/.lastUpdated=1498146102349 | ||
https\://raw.githubusercontent.com/midas-isg/object-serializer/1.0-repo/.error= | ||
https\://raw.githubusercontent.com/midas-isg/xsd-forms/tree/1.0-repo/.error= | ||
https\://raw.githubusercontent.com/midas-isg/object-serializer/1.0-repo/.lastUpdated=1498145939821 |
24 changes: 24 additions & 0 deletions
24
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/maven-metadata-local.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata modelVersion="1.1.0"> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>demo-scalaxb</artifactId> | ||
<version>0.2.2-SNAPSHOT</version> | ||
<versioning> | ||
<snapshot> | ||
<localCopy>true</localCopy> | ||
</snapshot> | ||
<lastUpdated>20170622162656</lastUpdated> | ||
<snapshotVersions> | ||
<snapshotVersion> | ||
<extension>jar</extension> | ||
<value>0.2.2-SNAPSHOT</value> | ||
<updated>20170622162656</updated> | ||
</snapshotVersion> | ||
<snapshotVersion> | ||
<extension>pom</extension> | ||
<value>0.2.2-SNAPSHOT</value> | ||
<updated>20170622162656</updated> | ||
</snapshotVersion> | ||
</snapshotVersions> | ||
</versioning> | ||
</metadata> |
9 changes: 9 additions & 0 deletions
9
edu/pitt/isg/demo-scalaxb/0.2.2-SNAPSHOT/resolver-status.properties
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,9 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:08:11 EDT 2017 | ||
maven-metadata-scalaxb.xml/@default-scalaxb-/.lastUpdated=1498146102346 | ||
maven-metadata-sonatype-nexus-snapshots.xml.lastUpdated=1498147691929 | ||
maven-metadata-object-serializer-mvn-repo.xml.error= | ||
maven-metadata-scalaxb.xml.lastUpdated=1498146720535 | ||
maven-metadata-object-serializer-mvn-repo.xml.lastUpdated=1498145992604 | ||
maven-metadata-scalaxb.xml.error= | ||
maven-metadata-sonatype-nexus-snapshots.xml.error= |
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>demo-scalaxb</artifactId> | ||
<versioning> | ||
<versions> | ||
<version>0.2.2-SNAPSHOT</version> | ||
</versions> | ||
<lastUpdated>20170622162656</lastUpdated> | ||
</versioning> | ||
</metadata> |
4 changes: 4 additions & 0 deletions
4
...itt/isg/file-list-maven-plugin/$version}/file-list-maven-plugin-$version}.jar.lastUpdated
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,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 11:55:42 EDT 2017 | ||
https\://repo.maven.apache.org/maven2/.lastUpdated=1498146942093 | ||
https\://repo.maven.apache.org/maven2/.error= |
4 changes: 4 additions & 0 deletions
4
...itt/isg/file-list-maven-plugin/$version}/file-list-maven-plugin-$version}.pom.lastUpdated
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,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 11:55:41 EDT 2017 | ||
https\://repo.maven.apache.org/maven2/.lastUpdated=1498146941908 | ||
https\://repo.maven.apache.org/maven2/.error= |
4 changes: 4 additions & 0 deletions
4
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/_remote.repositories
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,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:27:01 EDT 2017 | ||
file-list-maven-plugin-0.2.2-SNAPSHOT.jar>= | ||
file-list-maven-plugin-0.2.2-SNAPSHOT.pom>= |
Binary file added
BIN
+13.2 KB
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/file-list-maven-plugin-0.2.2-SNAPSHOT.jar
Binary file not shown.
74 changes: 74 additions & 0 deletions
74
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/file-list-maven-plugin-0.2.2-SNAPSHOT.pom
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,74 @@ | ||
<?xml version="1.0"?> | ||
<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> | ||
<parent> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>xsd-forms</artifactId> | ||
<version>0.2.2-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>file-list-maven-plugin</artifactId> | ||
<name>${project.artifactId}</name> | ||
<packaging>maven-plugin</packaging> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.maven</groupId> | ||
<artifactId>maven-plugin-api</artifactId> | ||
<version>2.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.maven.plugin-tools</groupId> | ||
<artifactId>maven-plugin-annotations</artifactId> | ||
<version>3.2</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.codehaus.plexus</groupId> | ||
<artifactId>plexus-utils</artifactId> | ||
<version>3.0.8</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.11</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-plugin-plugin</artifactId> | ||
<version>3.2</version> | ||
<configuration> | ||
<goalPrefix>file-list</goalPrefix> | ||
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<id>mojo-descriptor</id> | ||
<goals> | ||
<goal>descriptor</goal> | ||
</goals> | ||
</execution> | ||
<execution> | ||
<id>help-goal</id> | ||
<goals> | ||
<goal>helpmojo</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<configuration> | ||
<source>1.6</source> | ||
<target>1.6</target> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |
25 changes: 25 additions & 0 deletions
25
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/maven-metadata-internal.repo.xml
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,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata modelVersion="1.1.0"> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>file-list-maven-plugin</artifactId> | ||
<version>0.2.2-SNAPSHOT</version> | ||
<versioning> | ||
<snapshot> | ||
<timestamp>20170622.162701</timestamp> | ||
<buildNumber>3</buildNumber> | ||
</snapshot> | ||
<lastUpdated>20170622162701</lastUpdated> | ||
<snapshotVersions> | ||
<snapshotVersion> | ||
<extension>jar</extension> | ||
<value>0.2.2-20170622.162701-3</value> | ||
<updated>20170622162701</updated> | ||
</snapshotVersion> | ||
<snapshotVersion> | ||
<extension>pom</extension> | ||
<value>0.2.2-20170622.162701-3</value> | ||
<updated>20170622162701</updated> | ||
</snapshotVersion> | ||
</snapshotVersions> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/maven-metadata-internal.repo.xml.sha1
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 @@ | ||
4f0e15266b8fb5270cff8a886cc78546ec15efbc |
24 changes: 24 additions & 0 deletions
24
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/maven-metadata-local.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata modelVersion="1.1.0"> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>file-list-maven-plugin</artifactId> | ||
<version>0.2.2-SNAPSHOT</version> | ||
<versioning> | ||
<snapshot> | ||
<localCopy>true</localCopy> | ||
</snapshot> | ||
<lastUpdated>20170622162701</lastUpdated> | ||
<snapshotVersions> | ||
<snapshotVersion> | ||
<extension>jar</extension> | ||
<value>0.2.2-SNAPSHOT</value> | ||
<updated>20170622162701</updated> | ||
</snapshotVersion> | ||
<snapshotVersion> | ||
<extension>pom</extension> | ||
<value>0.2.2-SNAPSHOT</value> | ||
<updated>20170622162701</updated> | ||
</snapshotVersion> | ||
</snapshotVersions> | ||
</versioning> | ||
</metadata> |
3 changes: 3 additions & 0 deletions
3
edu/pitt/isg/file-list-maven-plugin/0.2.2-SNAPSHOT/resolver-status.properties
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,3 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:27:01 EDT 2017 | ||
maven-metadata-internal.repo.xml.lastUpdated=1498148821606 |
12 changes: 12 additions & 0 deletions
12
edu/pitt/isg/file-list-maven-plugin/maven-metadata-internal.repo.xml
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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>file-list-maven-plugin</artifactId> | ||
<versioning> | ||
<latest>0.2.2-SNAPSHOT</latest> | ||
<versions> | ||
<version>0.2.2-SNAPSHOT</version> | ||
</versions> | ||
<lastUpdated>20170622162701</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
edu/pitt/isg/file-list-maven-plugin/maven-metadata-internal.repo.xml.sha1
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 @@ | ||
cc97b9158de1f34562d46a0cb220e8a7321d37b1 |
12 changes: 12 additions & 0 deletions
12
edu/pitt/isg/file-list-maven-plugin/maven-metadata-local.xml
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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>edu.pitt.isg</groupId> | ||
<artifactId>file-list-maven-plugin</artifactId> | ||
<versioning> | ||
<latest>0.2.2-SNAPSHOT</latest> | ||
<versions> | ||
<version>0.2.2-SNAPSHOT</version> | ||
</versions> | ||
<lastUpdated>20170622162701</lastUpdated> | ||
</versioning> | ||
</metadata> |
3 changes: 3 additions & 0 deletions
3
edu/pitt/isg/file-list-maven-plugin/resolver-status.properties
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,3 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:27:01 EDT 2017 | ||
maven-metadata-internal.repo.xml.lastUpdated=1498148821615 |
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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<plugins> | ||
<plugin> | ||
<name>xsd-forms-maven-plugin</name> | ||
<prefix>xsd-forms</prefix> | ||
<artifactId>xsd-forms-maven-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</metadata> |
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 @@ | ||
6e4ada1c7891ecb8cfe5a2e15d1330672ba9d920 |
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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<plugins> | ||
<plugin> | ||
<name>file-list-maven-plugin</name> | ||
<prefix>file-list</prefix> | ||
<artifactId>file-list-maven-plugin</artifactId> | ||
</plugin> | ||
<plugin> | ||
<name>xsd-forms-maven-plugin</name> | ||
<prefix>xsd-forms</prefix> | ||
<artifactId>xsd-forms-maven-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</metadata> |
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,3 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:27:13 EDT 2017 | ||
maven-metadata-internal.repo.xml.lastUpdated=1498148833881 |
4 changes: 4 additions & 0 deletions
4
edu/pitt/isg/xsd-forms-generator-webapp/0.2.2-SNAPSHOT/_remote.repositories
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,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Jun 22 12:27:11 EDT 2017 | ||
xsd-forms-generator-webapp-0.2.2-SNAPSHOT.pom>= | ||
xsd-forms-generator-webapp-0.2.2-SNAPSHOT.war>= |
Oops, something went wrong.