Skip to content

Commit

Permalink
Merge pull request #553 from terasolunaorg/issues/519_FixPom_UpdateTy…
Browse files Browse the repository at this point in the history
…peAndDependency_master

Set 'pom' to Packaging type of artifacts and add 'type' to dependency due #519
  • Loading branch information
yoshikawaa committed May 12, 2016
2 parents 2990b44 + 6b01f49 commit e49e3a6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions terasoluna-gfw-jpa/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<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>pom</packaging>
<parent>
<artifactId>terasoluna-gfw-parent</artifactId>
<groupId>org.terasoluna.gfw</groupId>
Expand Down
1 change: 1 addition & 0 deletions terasoluna-gfw-mybatis3/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<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>pom</packaging>
<parent>
<artifactId>terasoluna-gfw-parent</artifactId>
<groupId>org.terasoluna.gfw</groupId>
Expand Down
3 changes: 3 additions & 0 deletions terasoluna-gfw-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-security-core</artifactId>
<version>${terasoluna.gfw.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.terasoluna.gfw</groupId>
Expand All @@ -414,11 +415,13 @@
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-jpa</artifactId>
<version>${terasoluna.gfw.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-mybatis3</artifactId>
<version>${terasoluna.gfw.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.terasoluna.gfw</groupId>
Expand Down
1 change: 1 addition & 0 deletions terasoluna-gfw-security-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<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>pom</packaging>
<parent>
<artifactId>terasoluna-gfw-parent</artifactId>
<groupId>org.terasoluna.gfw</groupId>
Expand Down
1 change: 1 addition & 0 deletions terasoluna-gfw-security-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>terasoluna-gfw-security-core</artifactId>
<type>pom</type>
</dependency>
<!-- == End TERASOLUNA == -->

Expand Down

0 comments on commit e49e3a6

Please sign in to comment.