Download maven-profiledep-extension JAR file with all dependencies
maven-plugin-tools-api from group org.apache.maven.plugin-tools (version 3.5)
The Maven Plugin Tools Extractor API provides an API to extract descriptor information from Maven Plugins.
Group: org.apache.maven.plugin-tools Artifact: maven-plugin-tools-api
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
dependency-check-maven from group org.owasp (version 3.0.2)
dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
1 downloads
cucumber2junit-maven-plugin from group io.github.carousell (version 1.5.2)
Generates plain JUnit tests from Gherkin feature files. This is useful when you want to execute Cucumber tests in an environment which does not allow custom JUnit runners, e.g. the AWS Device Farm.
Group: io.github.carousell Artifact: cucumber2junit-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
maven-jarsigner-plugin from group org.apache.maven.plugins (version 1.2)
Signs or verifies a project artifact and attachments using jarsigner.
Group: org.apache.maven.plugins Artifact: maven-jarsigner-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
build-helper-maven-plugin from group org.codehaus.mojo (version 1.12)
This plugin contains various small independent goals to assist with Maven build lifecycle
pojogen-maven-plugin from group org.apache.olingo (version 4.4.0)
Java client API for OData services: Maven plugin generating POJOs from metadata.
xtext-maven-plugin from group org.eclipse.xtext (version 2.10.0)
sonar-maven-plugin from group org.codehaus.mojo (version 2.5)
Analyze and report metrics on source code
Group: org.codehaus.mojo Artifact: sonar-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
retrolambda-maven-plugin from group net.orfjackal.retrolambda (version 2.5.0)
Group: net.orfjackal.retrolambda Artifact: retrolambda-maven-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
maven-processor-plugin from group org.bsc.maven (version 3.1.0-beta1)
A maven plugin to process annotation for jdk6 at compile time
This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler
This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
Group: org.bsc.maven Artifact: maven-processor-plugin
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
tomcat-maven-plugin from group org.codehaus.mojo (version 1.1)
The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container.
phantomjs-maven-core from group com.github.klieber (version 0.7)
A library for downloading, installing, and executing phantomjs.
maven-core from group org.apache.maven (version 3.3.3)
Maven Core classes.
1 downloads
antlr3-maven-plugin from group org.antlr (version 3.5.2)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
hibernate4-maven-plugin from group com.myjavadoc (version 1.0.Beta1)
Hibernate 4 maven plugin, run hibernate tools from inside maven builds.
Based off Codehaus hibernate3-maven-plugin 2.2.
The configuration is the same but the performance is alot better.
See source for example database reverse engineering to JPA.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
Page 87 from 244 (items total 3651)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy