Skip to content

Commit

Permalink
[Issue comixed#26] Add the comixed-plugins submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Mar 20, 2020
1 parent c431698 commit 714934a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
23 changes: 23 additions & 0 deletions comixed-plugins/pom.xml
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<artifactId>comixed</artifactId>
<version>0.6.0-0</version>
</parent>
<groupId>org.comixed.plugins</groupId>
<artifactId>comixed-plugins</artifactId>
<version>1.0-SNAPSHOT</version>
<name>comixed-plugins</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.7.0</version>
</dependency>
</dependencies>
</project>
5 changes: 2 additions & 3 deletions pom.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<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.comixed</groupId>
<artifactId>comixed</artifactId>
Expand Down Expand Up @@ -185,6 +183,7 @@
<modules>
<module>comixed-library</module>
<module>comixed-tasks</module>
<module>comixed-plugins</module>
<module>comixed-services</module>
<module>comixed-rest-api</module>
<module>comixed-frontend</module>
Expand Down

0 comments on commit 714934a

Please sign in to comment.