Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09439251 : fix NPE in content assist when MojoDescriptor has no parametersFred Bricon1-0/+3
Change-Id: I5d72aeef2b5dfdc2bfcb3065b2dc62f64c8f9041 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2014-06-05436644 added all important about.html to source bundlesIgor Fedorenko1-0/+1
Change-Id: Idb169bda25cf4f60420c48ed8d9b8e43cc62c2cc Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2014-05-28435695 more java7 changes (missed a few last time)Igor Fedorenko1-3/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2014-05-24435695 require at least JavaSE-1.7 BREEIgor Fedorenko1-2/+2
Change-Id: Ie31d4058d9456f00e3f2f4ac7b3a70d911140520 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2014-05-24version 1.6.0-SNAPSHOTIgor Fedorenko2-5/+5
Change-Id: Ic67d9defc801a824cebd4ff2abce885123617d00 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2014-05-23Add cursor where users are likely to change the version in ejb/ear templatesFred Bricon1-2/+2
Change-Id: Iaf38e60c9a8645b31c1f39d520536215099411b3 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2014-05-23411150 : update jetty plugin templateFred Bricon1-10/+10
Change-Id: I65873175caf7f8ef24a0c846ec4d1be6beb9c36b Signed-off-by: Fred Bricon <fbricon@gmail.com>
2014-05-02433776 : Add ability to change 'Out-of-date' project errors into warningsFred Bricon1-11/+14
* renamed Warnings preference page into Errors/Warnings (to be consistent with other Eclipse projects) * Added an 'Out-of-date project configuration' problem combo with ignore/warning/error values * Changed existing '*** duplicate of parent version' checkboxes into combos with ignore/warning/error values for more consistency Preference keys for '*** duplicate of parent version' were changed to accomodate the new String values. Existing/Legacy boolean based preferences will not be converted automatically thus will be ignored. Change-Id: Iae61416a2186b28e2a977158174a4bae2accd98a Signed-off-by: Fred Bricon <fbricon@gmail.com>
2014-04-25433496 : maven-compiler-plugin template should target Java 1.7Fred Bricon1-2/+2
Change-Id: I66341006e0ba8302f466a82e26d2ae64d05d9806 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-12-17Bump m-ear-p template version to 2.9Fred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-06421135 : Update maven-war-plugin template to 2.4milestones/1.5/1.5.0.20131109-1633Fred Bricon1-1/+1
Bug 421135 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-06-14Reworked ParentGatherer and related pom.xml manipulationsIgor Fedorenko2-27/+16
Introduced ParentHierarchyEntry that encapsulates MavenProject and corresponding IMavenProjectFacade and reworked all clients of ParentGatherer to use ParentHierarchyEntry instead of brittle mapping between MavenProject and IMavenProjectFacade instances. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-06-06new version 1.5.0-SNAPSHOTIgor Fedorenko2-5/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-05-04Bump m-compiler-p template version to 3.1Fred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-05-03407165 : fix templateId typoFred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-05-03407165 : add an m2e-activated profileFred Bricon2-0/+20
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-02-16replaced deprecated Eclipse-LazyStart with Bundle-ActivationPolicyIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-02-16require at least JavaSE-1.6 execution runtime environmentIgor Fedorenko2-5/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-02-15version 1.4.0.qualifierIgor Fedorenko2-5/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-02-14Bump version to 1.3.1-SNAPSHOTFred Bricon2-2/+2
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-01-17398356 : upgrade plugin versions in xml templatesFred Bricon1-4/+4
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-01-01Code format, organize importsIgor Fedorenko28-1845/+2151
... also enabled automatic code format and organize imports on file save, hopefully this will help us keep formatting consistent in the future. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-09-07m2e 1.3.0-SNAPSHOTIgor Fedorenko2-5/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-08-17350414 more workspce lifecycle mapping fixes and tweaksIgor Fedorenko1-1/+2
In no particular order * cache workspace lifecycle mapping metadata for faster mapping * read-modify-write to minimize chance of loosing on-disk mapping * Reload metadata preference button * Mapping metadata file location is configurable again * Mapping file location is not validated but missing file is gracefully tolerated everywhere Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-08-16350414 separate quick-fix for workspace mapping; cleanupIgor Fedorenko8-171/+244
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-08-15Update maven plugin templatesFred Bricon1-2/+2
- bumped maven-compiler-plugin version to 2.5.1 - fixed default maven-war-plugin>failOnMissingXml to true Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-08-14387151 do not associate pom editor configuration with all xml filesIgor Fedorenko1-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-08-13This commit contains most of the work for bug 350414.Andrew Eisenberg7-303/+115
This includes adding workspace settings to the chain of lookups for determining lifecycle mappings for m2e projects. There are changes to existing quickfixes, and a new workspace preferences page that allows users to view their workspace mappings and edit the raw text file. There is partial work done for displaying a table of workspace lifecycle mappings in the preferences page. The refactoring of the project lifecycle mappings table is complete, but I just don't know how to populate the viewer with workspace mappings only For compliance with Eclipse.org's contribution rules: (1) I (Andrew Eisenberg) wrote 100% of the code; (2) I have the right to contribute the code to Eclipse; (3) the file header contains the appropriate License header. Also, this patch is built on top of the SHA 170c7936da947d28e7824bc1d2375903dbda9b17
2012-08-13350414 have a workspace preference (export/import-able) to ignore some ↵Milos Kleint3-1/+281
lifecycle mappings
2012-06-25m2e version 1.2.0-SNAPSHOT, take 2Igor Fedorenko1-3/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-06-25m2e version 1.2.0-SNAPSHOTIgor Fedorenko2-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-17Bug 356796: Add a Warnings preference page with options to disable warnings ↵Rob Newton1-2/+28
when <GroupId is duplicate of parent groupId> and <Version is duplicate of parent version>. Also mod MarkerLocationServer to respect these new preferences.
2012-05-02373738 maven-compiler-plugin template uses v2.4Fred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-03-09373738 Update the plugin templates in the XML editorFred Bricon1-13/+20
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-02-13371414 SPDX license name and url cose assistIgor Fedorenko10-6/+713
Introduced new code assist poposal to add SPDX license name and url. The proposal opens SPDX license selection dialog, where the user can search for desired license by name and optionally select parent pom.xml file to add the license information to. For now, the license list is hardcoded in java and matches SPDX license list 1.13 from http://spdx.org/wiki/spdx-license-list-working-version Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-30338252 require slf4j 1.6.2, ship slf4j 1.6.4 and logback 1.0.0Igor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-11-07361642 <ignore/> quickfix for <error/> implicit lifecycle mappingIgor Fedorenko3-19/+20
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-09-27updated .settings for juno m2Igor Fedorenko1-1/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-09-11new version 1.1.0-SNAPSHOTIgor Fedorenko2-5/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-18Merge remote-tracking branch 'origin/master' into m2e-self-hostingIgor Fedorenko2-14/+62
2011-08-05339409 allow performing all ignore marker resolutions in one pom file at one ↵Milos Kleint1-12/+58
go..
2011-08-05335366 when managed dependency has no version, don't bother with the ↵Milos Kleint1-2/+4
override marker
2011-08-04Merge remote-tracking branch 'origin/master' into m2e-self-hostingIgor Fedorenko3-11/+29
Conflicts: com.ning.async-http-client/pom.xml org.eclipse.m2e.archetype.common/META-INF/MANIFEST.MF org.eclipse.m2e.archetype.common/pom.xml org.eclipse.m2e.core.ui/pom.xml org.eclipse.m2e.core/pom.xml org.eclipse.m2e.discovery/pom.xml org.eclipse.m2e.editor.xml/pom.xml org.eclipse.m2e.editor/pom.xml org.eclipse.m2e.feature/pom.xml org.eclipse.m2e.integration.tests.common/pom.xml org.eclipse.m2e.jdt/pom.xml org.eclipse.m2e.launching/pom.xml org.eclipse.m2e.lifecyclemapping.defaults/pom.xml org.eclipse.m2e.logback.appender/pom.xml org.eclipse.m2e.logback.configuration/pom.xml org.eclipse.m2e.logback.feature/pom.xml org.eclipse.m2e.maven.indexer/META-INF/MANIFEST.MF org.eclipse.m2e.maven.indexer/pom.xml org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF org.eclipse.m2e.maven.runtime/pom.xml org.eclipse.m2e.model.edit/pom.xml org.eclipse.m2e.refactoring/pom.xml org.eclipse.m2e.scm/pom.xml org.eclipse.m2e.sdk.feature/pom.xml org.eclipse.m2e.site/pom.xml org.eclipse.m2e.tests.common/pom.xml org.eclipse.m2e.usagedata/pom.xml org.jboss.netty/pom.xml pom.xml target-platform/pom.xml
2011-08-04version 1.0.200-SNAPSHOTIgor Fedorenko2-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-03fixed wrong/misleading commentIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-03350443 - Quickfix for lifecycle mapping ignore does not always workIgor Fedorenko1-9/+27
Fixed a problem when quick fix dialog did not appear right after workbench restart, when MavenProject cache was not primed yet. The code now calls getMavenProject(IProgressMonitor), which loads MavenProject instance as necessary. Fixed a problem when quick-fix failed if plugin was using ${prop} version. Unfortunately, the code will still fail if plugin groupId or artifactId are defined using properties, but I to fix that association between elements of effective and original project model is necessary, but Maven does not currently provide it. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-31Merge remote-tracking branch 'origin/master' into m2e-self-hostingIgor Fedorenko1-0/+7
2011-07-31removed stale/redundant eclipse metadata filesIgor Fedorenko5-71/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-29Moved maven runtime and other "wrapper" bundles to m2e-maven-runtimeIgor Fedorenko1-2/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-26352471 in xml editor proposals add handling of type and classifier when ↵Milos Kleint1-0/+7
adding dependencies

Back to the top