Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
comm-archetype
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sally4-core
comm-archetype
Commits
8fb8513a
Commit
8fb8513a
authored
Oct 20, 2014
by
Constantin Jucovschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first version
parents
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
142 additions
and
0 deletions
+142
-0
.gitignore
.gitignore
+11
-0
README
README
+2
-0
pom.xml
pom.xml
+60
-0
src/main/resources/META-INF/maven/archetype-metadata.xml
src/main/resources/META-INF/maven/archetype-metadata.xml
+18
-0
src/main/resources/archetype-resources/.gitignore
src/main/resources/archetype-resources/.gitignore
+11
-0
src/main/resources/archetype-resources/pom.xml
src/main/resources/archetype-resources/pom.xml
+24
-0
src/main/resources/archetype-resources/src/main/resources/__apiName__.xsd
...es/archetype-resources/src/main/resources/__apiName__.xsd
+9
-0
src/test/resources/projects/basic/archetype.properties
src/test/resources/projects/basic/archetype.properties
+7
-0
src/test/resources/projects/basic/goal.txt
src/test/resources/projects/basic/goal.txt
+0
-0
No files found.
.gitignore
0 → 100644
View file @
8fb8513a
target/
bin/
*~
*.log
felix-cache
.metadata
pom.xml.versionsBackup
.classpath
.project
.settings
\ No newline at end of file
README
0 → 100644
View file @
8fb8513a
This document should
\ No newline at end of file
pom.xml
0 → 100644
View file @
8fb8513a
<?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>
info.kwarc.sally4.comm
</groupId>
<artifactId>
comm-archetype
</artifactId>
<version>
0.0.7
</version>
<packaging>
maven-archetype
</packaging>
<name>
comm-archetype
</name>
<build>
<extensions>
<extension>
<groupId>
org.apache.maven.archetype
</groupId>
<artifactId>
archetype-packaging
</artifactId>
<version>
2.2
</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>
maven-archetype-plugin
</artifactId>
<version>
2.2
</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<description>
Semantic Alliance Communication Module Archetype
</description>
<url>
gl.kwarc.info/sally4/sally4/comm-archetype/comm-archetype
</url>
<developers>
<developer>
<id>
cjucovschi
</id>
<name>
Constantin Jucovschi
</name>
<email>
c.jucovschi@jacobs-university.de
</email>
</developer>
</developers>
<licenses>
<license>
<name>
GNU General Public License (GPL)
</name>
<url>
http://www.gnu.org/licenses/gpl.txt
</url>
</license>
</licenses>
<distributionManagement>
<repository>
<id>
ossrh
</id>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
<snapshotRepository>
<id>
ossrh
</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>
src/main/resources/META-INF/maven/archetype-metadata.xml
0 → 100644
View file @
8fb8513a
<?xml version="1.0" encoding="UTF-8"?>
<archetype-descriptor
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
name=
"comm-deepa"
xmlns=
"http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<requiredProperties>
<requiredProperty
key=
"apiName"
/>
</requiredProperties>
<fileSets>
<fileSet
encoding=
"UTF-8"
filtered=
"true"
>
<directory>
src/main/resources
</directory>
<includes>
<include>
**/*.xsd
</include>
</includes>
</fileSet>
</fileSets>
</archetype-descriptor>
src/main/resources/archetype-resources/.gitignore
0 → 100644
View file @
8fb8513a
target/
bin/
*~
*.log
felix-cache
.metadata
pom.xml.versionsBackup
.classpath
.project
.settings
\ No newline at end of file
src/main/resources/archetype-resources/pom.xml
0 → 100644
View file @
8fb8513a
<?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>
<packaging>
bundle
</packaging>
<parent>
<groupId>
info.kwarc.sally4.comm
</groupId>
<artifactId>
comm-parent
</artifactId>
<version>
0.0.6
</version>
<relativePath>
../comm-parent
</relativePath>
</parent>
<groupId>
${groupId}
</groupId>
<artifactId>
${artifactId}
</artifactId>
<name>
Sally4 DeepaMehta Communication Classes
</name>
<properties>
<bundle.export-package>
info.kwarc.sally*;
</bundle.export-package>
<bundle.comm-package>
${apiName}
</bundle.comm-package>
</properties>
<version>
${version}
</version>
</project>
src/main/resources/archetype-resources/src/main/resources/__apiName__.xsd
0 → 100644
View file @
8fb8513a
<?xml version="1.0"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
targetNamespace=
"http://kwarc.info/sally/comm/${apiName}"
elementFormDefault=
"qualified"
>
</xs:schema>
\ No newline at end of file
src/test/resources/projects/basic/archetype.properties
0 → 100644
View file @
8fb8513a
#Mon Oct 20 19:46:33 CEST 2014
package
=
it.pkg
version
=
0.1-SNAPSHOT
groupId
=
archetype.it
artifactId
=
basic
apiName
=
blah
\ No newline at end of file
src/test/resources/projects/basic/goal.txt
0 → 100644
View file @
8fb8513a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment