Skip to content

opla-tool/opla-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Before mvn install

Install dependency on local maven repo

download jar from: https://www.dropbox.com/s/rw3sgyd4rgc4kgw/opla-tool-0.0.1.jar

mvn install:install-file -Dfile=target/architecture-representation-0.0.1.jar -DgroupId=opla -DartifactId=architecture-representation -Dversion=0.0.1 -Dpackaging=jar

Your pom.xml already include bellow lines.

<dependency>
	<groupId>ufpr.br</groupId>
	<artifactId>opla-tool</artifactId>
	<version>0.1</version>
</dependency>

rm arch-0.0.1-SNAPSHOT.jar (optinal)

Mvn Install

mvn install

Install local maven repo.

mvn install:install-file -Dfile=target/opla-core-0.0.1.jar -DgroupId=opla -DartifactId=opla-core -Dversion=0.0.1 -Dpackaging=jar

Dependency OPLA-Patterns

mvn install:install-file -Dfile=/Users/elf/NetBeansProjects/OPLA-Patterns/dist/OPLA-Patterns.jar -DgroupId=opla -DartifactId=opla-patterns -Dversion=0.0.1 -Dpackaging=jar

Your pom.xml already include bellow lines.

<dependency>
	<groupId>ufpr.br</groupId>
	<artifactId>opla-patterns</artifactId>
	<version>0.0.1</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages