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.
| Constructor and description |
|---|
BundleMavenDeployer
(groovy.util.AntBuilder ant, java.lang.String groupIdForBundles, org.gradle.api.logging.Logger logger = null)Creates a new instance. |
| Type | Name and description |
|---|---|
void |
deploy(java.io.File source, java.io.File target)Publishes Eclipse bundles from an update site to a 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() |
Creates a new instance.
ant - ant build instance to execute the deployment task defined in the maven-ant-tasks dependencygroupIdForBundles - the maven groupId where the eclipse plugins will be published