Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
alshabib
2014-08-25 15:46:22 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
705ca0e9680c8f224e8ab820d415f4a60f85e615
705ca0e9
1 parent
38c73175
removing grooving from of.ctl.pom
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
of/ctl/pom.xml
of/ctl/pom.xml
View file @
705ca0e
...
...
@@ -112,28 +112,6 @@
<artifactId>
maven-scr-plugin
</artifactId>
</plugin>
<plugin>
<!-- Using groovy script to set maven property ${hostname}.
This is a workaround to get hostname as a property inside pom file,
which current Maven does not provide. -->
<groupId>
org.codehaus.gmaven
</groupId>
<artifactId>
groovy-maven-plugin
</artifactId>
<version>
2.0
</version>
<executions>
<execution>
<phase>
initialize
</phase>
<goals>
<goal>
execute
</goal>
</goals>
<configuration>
<source>
project.properties["hostname"] =
InetAddress.getLocalHost().getHostName()
</source>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
Please
register
or
login
to post a comment