Copyright (c) 2014 Andrey Hihlovskiy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
| Type | Name and description |
|---|---|
groovy.util.AntBuilder |
ant |
java.io.File |
target |
java.io.File |
workFolder |
| Constructor and description |
|---|
DeployMavenAntTaskExecutor
(groovy.util.AntBuilder ant, java.io.File target)Constructs Deployer with the specified parameters. |
| Type | Name and description |
|---|---|
void |
cleanup() |
void |
deployBundle(java.util.Map options = [:], Pom pomStruct, java.io.File bundleFileOrDirectory)Deploys the specified bundle with the specified POM to target maven repository. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructs Deployer with the specified parameters.
Deploys the specified bundle with the specified POM to target maven repository.
options - - may contain sourceFile (of type java.io.File), pointing to sources jar.pomStruct - - contains POM that will be used for deploymentbundleFileOrDirectory - - jar-file or directory, containing OSGI bundleGroovy Documentation