Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04Adding logic to AbstractJavaProjectConfigurator to address compiler flag ↵Tim O'Brien1-2/+27
synonyms for source and target
2011-08-03344657: folder file encoding reverted when m-compiler-p config removedAnders Hammar1-3/+3
Signed-off-by: Anders Hammar <anders@hammar.net>
2011-07-28use proper progress monitor instanceIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-28typo in javadocIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-14350939 make JavaProjectConfigurator more extensibleIgor Fedorenko1-32/+47
Some projects (no names mentioned!) create forked versions of maven-compiler-plugin and need to way to customize compiler plugin groupdId, artifactId and goal names to match their forked version. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-08new version 1.0.100-SNAPSHOTIgor Fedorenko2-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-02339969 graduate out of incubatorIgor Fedorenko2-6/+6
set version to 1.0.0 removed references to incobator from feature names Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-05-19documented intended use (and not use) of MavenJdtPlugin methodsIgor Fedorenko2-5/+13
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-05-10345159 added missing IClasspathEntryDescriptor mutatorsIgor Fedorenko2-9/+23
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-05-09cleanupIgor Fedorenko1-18/+7
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-05-08removed deprecated API methodsIgor Fedorenko1-18/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-05-05Polishing m2e.jdt APIIgor Fedorenko3-2/+48
Added missing IClasspathEntryDescriptor getter/setter methods Relaxed internal AbstractJavaProjectConfigurator method visibility Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-30Eclipse bugzilla ticket 343818 Set file encoding for resource folders based ↵Anders Hammar1-3/+30
on maven-resources-plugin encoding configuration. Signed-off-by: Anders Hammar <anders@hammar.net>
2011-04-27343831 mnemonics added for maven menu itemsMilos Kleint1-3/+3
2011-04-25clarified non-API status of IMavenConstantsIgor Fedorenko7-7/+7
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-24Clarified non-API status of indexer integrationIgor Fedorenko2-3/+3
IndexedArtifact/IndexedArtifactFile do not provide adequate abstraction of repository index entries and appear to be an artificial hybrid of artifact-level and artifact contents-level information. SearchExpression and subclasses appear to "leak" lucene search query syntax to clients. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-24clarified IBackgroundProcessingQueue non-API statusIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-20Bug 336411 - Automatically mark target folder as derivedMatthew Piggott1-48/+57
2011-04-18Removed most Open menu items from right-click menuMatthew Piggott1-106/+0
2011-04-18Removed unused externalized stringsMatthew Piggott2-81/+1
2011-04-15Removed many uses of depreciated MavenPlugin.getDefault()Matthew Piggott9-14/+13
2011-04-08Set the encoding at folder levelolivier.nouguier1-4/+14
2011-04-07Introduced IMavenProjectRegistry to replace MavenProjectManagerIgor Fedorenko8-26/+24
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-05Moved the AbstractJavaProjectConfigurator class from m2e-extras to ↵vladt1-0/+86
m2e-core/o.e.m2e.jdt
2011-03-30Spellingvladt1-1/+1
2011-03-25Reversed dependency between m2e.jdt and m2e.scmIgor Fedorenko2-26/+1
"Import Project From SCM" context menu action contribution was incorrectly defined in m2e.jdt plugin.xml file. Moved that action contribution to m2e.scm and changed m2e.scm to optionally depend on m2e.jdt. This way both m2e.scm and m2e.jdt remain optional m2e components while providing expected context menu actions when both are installed. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-03-25Rolled back version back to 0.13.0-SNAPSHOTvladt2-7/+7
2011-03-24crlfIgor Fedorenko1-36/+36
2011-03-21new version 0.14.0-SNAPSHOTvladt1-5/+5
2011-03-21new version 0.14.0-SNAPSHOTSonatype Release Manager2-37/+37
Signed-off-by: Sonatype Release Manager <vladt@sonatype.com>
2011-03-18Cleanupvladt2-7/+8
2011-03-10339034: Failed to load "SLF4J: Failed to load class ↵vladt1-1/+1
"org.slf4j.impl.StaticLoggerBinder" during install
2011-03-09Cleanupvladt1-10/+0
2011-02-28Put back the cast to String - required with eclipse 3.6vladt1-1/+1
2011-02-28Removed useless castvladt1-1/+1
2011-02-26337010 better detect java projectsIgor Fedorenko1-18/+23
Java project project configurator is enabled for maven-compiler-plugin with compilerId=javac regardless of project packaging type. To allow such conditional enablement, introduced new optional <pluginExecutionFilter> <parameters> element. For example <parameters> <compilerId>javac</compilerId> </parameters> Current implementation uses string comparison to match parameter value, i.e. ``javac'', to the corresponding mojo execution configuration parameter, i.e. ``compilerId'', and ignored plugin execution mapping if values do not match. Additionally, relaxed requirement to have specific lifecycle mapping for project packaging type. New lifecycle mapping with id=DEFAULT will be used for projects without specific lifecycle mapping. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-25Cleanupvladt1-1/+2
2011-02-23335701 discover required m2e extensions during project importIgor Fedorenko1-7/+0
Introduced ability to see project lifecycle mapping configuration as part of import wizard and to check m2e marketplace for extensions that provide support for non-covered mojo executions and unsupported packaging types. This is a proof-of-concept implemenation. UI is completely throw-away code. Backend requires significact work as well. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-10335872: Replaced direct calls to maven console logMessage/logError with ↵vladt5-43/+20
slf4j log calls
2011-02-10335872: Replaced MavenLogger with slf4j loggersvladt11-38/+63
2011-02-09336522 introduced IClasspathManager interfaceIgor Fedorenko17-94/+196
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-09moved rest of scm code to m2e.scm bundleIgor Fedorenko2-24/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-08336555 moved core ui code to a separate bundleIgor Fedorenko4-6/+7
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-05Updated java project configurator to use facade getMojoExecutions apiIgor Fedorenko1-77/+62
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-04moved m2e.jdt state to proper state locationIgor Fedorenko1-9/+13
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-02335719: error marker when project configuration update is requiredIgor Fedorenko3-16/+5
Separated project effective lifecycle mapping metadata and made it persistent member of MavenProjectFacade. LifecycleMapping instances do not have any project specific state as a result of this change. Added (partially implemented) logic to perform effective lifecycle mapping metadata comparison during whenever project pom.xml change is detected. Error marker is added to project if mapping has change and/or interesting mojo execution configuration has changed. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-01-27335595 - The download sources/javadocs task ignores cancelationvladt2-3/+17
2011-01-21switched to org.eclipse.m2e for selfhostingIgor Fedorenko4-18/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-01-18MNGECLIPSE-2707 m2menu extension point -> /dev/nullMilos Kleint2-114/+0
2011-01-17MNGECLIPSE-2707 comment out the m2menu extension impls, add declarative ↵Milos Kleint2-3/+286
bindings for dependencies -> ArtifactKey

Back to the top