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
tom
2014-08-25 23:02:00 -0700
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
a29cea3b3850f8ca8e8fdb67ffc20013b6e3ba6f
a29cea3b
2 parents
c1a38d39
705ca0e9
Merge branch 'master' of
ssh://gerrit.onlab.us:29418/onos-next
Show 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 @
a29cea3
...
...
@@ -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