Skip to content

Commit

Permalink
Add dependency to local *.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sah4ez committed Jan 12, 2017
1 parent 2ccbbd6 commit 906fcf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.sah4ez</groupId>
<artifactId>core</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>
<packaging>jar</packaging>

<name>core</name>
Expand Down
10 changes: 1 addition & 9 deletions erp_vaadin_framework.iml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<setting name="gwtScriptOutputStyle" value="DETAILED" />
<setting name="gwtSdkUrl" value="file://" />
<setting name="webFacet" value="Web" />
<packaging>
<module name="AppWidgetset" enabled="false" />
</packaging>
</configuration>
</facet>
</component>
Expand All @@ -25,12 +22,7 @@
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/target/generated-resources/gwt" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target/.generated" />
<excludeFolder url="file://$MODULE_DIR$/target/classes" />
<excludeFolder url="file://$MODULE_DIR$/target/erp-vaadin-framework-1.0-SNAPSHOT" />
<excludeFolder url="file://$MODULE_DIR$/target/maven-archiver" />
<excludeFolder url="file://$MODULE_DIR$/target/maven-status" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
<artifactId>filteringtable</artifactId>
<version>0.9.15.v7</version>
</dependency>

<dependency>
<groupId>com.github.sah4ez</groupId>
<artifactId>core</artifactId>
<version>1.0.11</version>
<scope>system</scope>
<systemPath>${project.basedir}/core/target/core-1.0.11.jar</systemPath>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 906fcf2

Please sign in to comment.