I'm using my maven-ui plugin which is a standalone UI and very lightweight
Try it out folks
http://olofsson.homeip.net/maven-ui-plugin-site/index.html
Mvh
Mattias Olofsson
Software Developer, M. Sc. Physics
XDIN AB
Gustaf Werners gata 12
SE-421 32 Västra Frölunda
Office: +46 (0)31 72
Author: brett
Date: Thu Apr 21 23:16:25 2005
New Revision: 164178
URL: http://svn.apache.org/viewcvs?rev=164178&view=rev
Log:
move artifact factory to maven-artifact
Added:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/factory/
- copied from r164154,
ma
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050422.020700.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.020700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
On 4/21/05, Inger, Matthew <[EMAIL PROTECTED]> wrote:
> Is there any plans to implement a sort of Remote API to ease development of
> plugins
> for IDE's?
>
> Right now, I think most IDE plugins are starting maven in console mode,
> issuing commands
> through the processes standard in (process.g
Author: brett
Date: Thu Apr 21 22:19:04 2005
New Revision: 164172
URL: http://svn.apache.org/viewcvs?rev=164172&view=rev
Log:
clean the artifact factory interface a little
Modified:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact/MavenMetadataSource.java
maven/
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050422.010700.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.010700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Author: brett
Date: Thu Apr 21 21:32:35 2005
New Revision: 164171
URL: http://svn.apache.org/viewcvs?rev=164171&view=rev
Log:
change expressions to use ${} instead of #
Modified:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050422.000700.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050422.000700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Author: brett
Date: Thu Apr 21 21:06:28 2005
New Revision: 164168
URL: http://svn.apache.org/viewcvs?rev=164168&view=rev
Log:
fix README instructions to be inline with web site
Modified:
maven/components/trunk/maven-core/README.txt
Modified: maven/components/trunk/maven-core/README.txt
URL:
[ http://jira.codehaus.org/browse/MNG-340?page=all ]
Brett Porter closed MNG-340:
Resolution: Fixed
> allow ${expressions} in mojos, deprecate #expressions
> -
>
> Key: MNG-340
> URL:
[ http://jira.codehaus.org/browse/MNG-254?page=all ]
Brett Porter closed MNG-254:
Resolution: Fixed
> incorrect rules for scope regarding test dependencies
> -
>
> Key: MNG-254
> URL:
[ http://jira.codehaus.org/browse/MNG-254?page=all ]
Brett Porter updated MNG-254:
-
Summary: incorrect rules for scope regarding test dependencies (was:
metadata retrieval not filtered for scope)
> incorrect rules for scope regarding test dependencies
> --
Ok, thanks
On 4/21/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> Ah, I see. Is the project in question an m1 project? If so - definitely
> upload the original.
>
> It is probably just as worthwhile to upload a hand-written m1 pom rather
> than m2 if it is not built by Maven and let it be converte
Ah, I see. Is the project in question an m1 project? If so - definitely
upload the original.
It is probably just as worthwhile to upload a hand-written m1 pom rather
than m2 if it is not built by Maven and let it be converted.
Cheers,
Brett
Carlos Sanchez wrote:
>yes, that's what's happening, a
yes, that's what's happening, a dummy one is generated without any
dependencies, so should I upload a m1 pom with all dependencies, or
just the direct ones?
On 4/21/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> I thought the repository tool was adding dummy POMs where they didn't exist?
>
> Yes,
I thought the repository tool was adding dummy POMs where they didn't exist?
Yes, there will be problems - but we can't cover it over, we need to be
proactive to get the metadata polished up.
- Brett
Carlos Sanchez wrote:
>My current problem is with jars that don't have poms and one without
>de
My current problem is with jars that don't have poms and one without
dependencies is generated, but I was thinking too that some of old
jars would have some issue in the future.
On 4/21/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> We need to be very cautious about mucking with original POMs, or m
We need to be very cautious about mucking with original POMs, or making
the m2 ones different from m1. John is adding some enhancements to the
converter at the moment to weed out things like the Sun JARs which are
being problematic.
Can you elaborate on which dependencies are problematic?
Cheers,
Hi,
If I'd want to update some pom in ibiblio so transitive dependencies
work with M2, what should I do?
- update the maven1 pom with all the dependencies and wait till the m1
repo is converted to the m2 repo. This would generate a m2 pom with
more dependencies than needed.
- create the m2 pom wit
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050421.210701.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.210701.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
allow ${expressions} in mojos, deprecate #expressions
-
Key: MNG-340
URL: http://jira.codehaus.org/browse/MNG-340
Project: m2
Type: Task
Components: maven-plugin-tools, maven-plugins, maven-plugin, maven-core
[ http://jira.codehaus.org/browse/MNG-257?page=comments#action_37919 ]
Brett Porter commented on MNG-257:
--
this plus the addition of the source plugin would be a nice to have for
alpha-2, must have for alpha-3
> issues to resolve on the packaging vs t
Author: brett
Date: Thu Apr 21 17:57:08 2005
New Revision: 164155
URL: http://svn.apache.org/viewcvs?rev=164155&view=rev
Log:
update SCM settings
Modified:
maven/components/trunk/maven-plugins/pom.xml
maven/components/trunk/pom.xml
Modified: maven/components/trunk/maven-plugins/pom.xml
U
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050421.200700.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.200700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
[ http://jira.codehaus.org/browse/MNG-334?page=all ]
Brett Porter closed MNG-334:
> verify/add checksum files for poms, too
> ---
>
> Key: MNG-334
> URL: http://jira.codehaus.org/browse/MNG-334
> Pr
You're probably thinking of the IDEA plugins previously in existence? I
never got them to work for me, and attempts to contact the authors went
unanswered.
I'd endorse the MevenIDE project's work - I've taken a look at the
NetBeans plugin and it is quite good - they also have one for Eclipse,
JBui
Author: brett
Date: Thu Apr 21 16:52:57 2005
New Revision: 164150
URL: http://svn.apache.org/viewcvs?rev=164150&view=rev
Log:
remove these, build works now
Removed:
maven/components/trunk/maven-plugins/maven-assembly-plugin/build.sh
maven/components/trunk/maven-plugins/maven-assembly-plug
[ http://jira.codehaus.org/browse/MNG-214?page=comments#action_37916 ]
Brett Porter commented on MNG-214:
--
the specific problem with the assembly plugin is fixed, somewhere in my
shuffling of the configuration of the plugins, but there is still a chanc
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050421.181516.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.181516.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.180700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.172833.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Author: jdcasey
Date: Thu Apr 21 14:18:39 2005
New Revision: 164125
URL: http://svn.apache.org/viewcvs?rev=164125&view=rev
Log:
Added support for running repoclean from outside the repoclean dir.
Modified:
maven/components/trunk/sandbox/repoclean/src/main/bash/repoclean.sh
Modified: maven/co
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.170710.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[ http://jira.codehaus.org/browse/MNG-309?page=all ]
John Casey updated MNG-309:
---
Description:
we should gather up all the repoclean enhcancements and rerun it with a --force
option to reconvert all the m1 poms again.
So, further enhancements:
[DONE] - a --f
[ http://jira.codehaus.org/browse/MNG-334?page=all ]
John Casey resolved MNG-334:
Resolution: Fixed
> verify/add checksum files for poms, too
> ---
>
> Key: MNG-334
> URL: http://jira.codehaus.org/br
[ http://jira.codehaus.org/browse/MNG-323?page=all ]
John Casey resolved MNG-323:
Resolution: Fixed
> handle "+" is groupIds/artifactIds
> --
>
> Key: MNG-323
> URL: http://jira.codehaus.org/browse/MNG-3
Author: jdcasey
Date: Thu Apr 21 14:09:23 2005
New Revision: 164123
URL: http://svn.apache.org/viewcvs?rev=164123&view=rev
Log:
Fixed plus-to-minus formatting for pom translation, and for bridged pom file
creation.
Modified:
maven/components/trunk/sandbox/repoclean/src/main/java/org/apache/
Author: jdcasey
Date: Thu Apr 21 13:47:20 2005
New Revision: 164120
URL: http://svn.apache.org/viewcvs?rev=164120&view=rev
Log:
Fixed '+' to '-' conversion for file paths so it will work with both poms and
artifacts.
Modified:
maven/components/trunk/sandbox/repoclean/src/main/java/org/apach
[ http://jira.codehaus.org/browse/MNG-309?page=comments#action_37910 ]
John Casey commented on MNG-309:
added exclusion and kickouts artifact list to the discovery process...this
should take care of warnings for blacklisted and other excluded files, as
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
deploy:copy-deps does not copy all dependencies
---
Key: MAVEN-1594
URL: http://jira.codehaus.org/browse/MAVEN-1594
Project: maven
Type: Bug
Versions: 1.0.2
Environment: Linux, Maven 1.02
Reporter: Matt Ray
deploy is not documented
Key: MAVEN-1593
URL: http://jira.codehaus.org/browse/MAVEN-1593
Project: maven
Type: Bug
Environment: web
Reporter: Matt Ray
http://maven.apache.org/reference/user-guide.html makes reference to
deploy:copy-dep
Is there any plans to implement a sort of Remote API to ease development of
plugins
for IDE's?
Right now, I think most IDE plugins are starting maven in console mode, issuing
commands
through the processes standard in (process.getOutputStream), and reading the
results back
from the process out
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050421.132746.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.132746.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Author: brett
Date: Thu Apr 21 10:28:26 2005
New Revision: 164090
URL: http://svn.apache.org/viewcvs?rev=164090&view=rev
Log:
fix path to svn
Modified:
maven/components/trunk/ci.sh
Modified: maven/components/trunk/ci.sh
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=164
Author: brett
Date: Thu Apr 21 10:17:36 2005
New Revision: 164089
URL: http://svn.apache.org/viewcvs?rev=164089&view=rev
Log:
remove dependency on settings from the project builder
Modified:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/artifact/repository/ArtifactReposito
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
Author: brett
Date: Thu Apr 21 09:26:57 2005
New Revision: 164081
URL: http://svn.apache.org/viewcvs?rev=164081&view=rev
Log:
disperse constants only used in one place
Removed:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/MavenConstants.java
Modified:
maven/component
Author: brett
Date: Thu Apr 21 09:20:56 2005
New Revision: 164080
URL: http://svn.apache.org/viewcvs?rev=164080&view=rev
Log:
add initiation message to all wagons
Modified:
maven/wagon/trunk/wagon-providers/wagon-http/src/main/java/org/apache/maven/wagon/providers/http/HttpWagon.java
ma
Author: brett
Date: Thu Apr 21 09:16:25 2005
New Revision: 164078
URL: http://svn.apache.org/viewcvs?rev=164078&view=rev
Log:
move utils to plexus-utils
Removed:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/util/Xpp3DomUtils.java
maven/components/trunk/maven-core/src
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
improve checksum handling
-
Key: MNG-339
URL: http://jira.codehaus.org/browse/MNG-339
Project: m2
Type: Improvement
Components: maven-artifact
Reporter: Brett Porter
Fix For: 2.0-alpha-3
presently, missing or invalid checksums a
Add depencies on ejb or war modules (quick fix)
---
Key: MPIDEA-27
URL: http://jira.codehaus.org/browse/MPIDEA-27
Project: maven-idea-plugin
Type: Bug
Versions: 1.5
Reporter: Geoffrey
Priority: Minor
Fi
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050421.102647.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.102647.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
[ http://jira.codehaus.org/browse/MNG-277?page=all ]
Brett Porter closed MNG-277:
Resolution: Fixed
> When a download is failing the error message is confusing.
> --
>
> Key: MNG-277
>
Author: brett
Date: Thu Apr 21 07:26:44 2005
New Revision: 164067
URL: http://svn.apache.org/viewcvs?rev=164067&view=rev
Log:
ignore dud checksums... the repository ones are whacked
Modified:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/manager/DefaultWagonMa
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.101809.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Author: brett
Date: Thu Apr 21 07:17:14 2005
New Revision: 164065
URL: http://svn.apache.org/viewcvs?rev=164065&view=rev
Log:
improved error handling for failed downloads
Modified:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionExcept
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.100700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050421.100109.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Author: brett
Date: Thu Apr 21 07:00:51 2005
New Revision: 164062
URL: http://svn.apache.org/viewcvs?rev=164062&view=rev
Log:
fix email
Modified:
maven/components/trunk/ci.sh
Modified: maven/components/trunk/ci.sh
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=164062&r1
idea:multiproject without idea:workspace so a local workspaces aren't lost
--
Key: MPIDEA-26
URL: http://jira.codehaus.org/browse/MPIDEA-26
Project: maven-idea-plugin
Type: Improvement
Versio
Author: brett
Date: Thu Apr 21 06:52:39 2005
New Revision: 164061
URL: http://svn.apache.org/viewcvs?rev=164061&view=rev
Log:
ignores
Modified:
maven/components/trunk/maven-artifact-test/ (props changed)
maven/components/trunk/maven-plugin-api/ (props changed)
maven/components/tru
Author: brett
Date: Thu Apr 21 06:47:42 2005
New Revision: 164058
URL: http://svn.apache.org/viewcvs?rev=164058&view=rev
Log:
improve error handling for failed downloads
Modified:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
maven/components/trunk/m
Author: brett
Date: Thu Apr 21 06:44:57 2005
New Revision: 164057
URL: http://svn.apache.org/viewcvs?rev=164057&view=rev
Log:
add comment for later
Modified:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java
Modified:
maven/compo
Author: brett
Date: Thu Apr 21 06:35:28 2005
New Revision: 164055
URL: http://svn.apache.org/viewcvs?rev=164055&view=rev
Log:
switch to subversion
Modified:
maven/components/trunk/ci.sh
Modified: maven/components/trunk/ci.sh
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?re
Author: brett
Date: Thu Apr 21 06:19:29 2005
New Revision: 164054
URL: http://svn.apache.org/viewcvs?rev=164054&view=rev
Log:
turn on md5 checksum tests on download
Added:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/ChecksumFailedException.java
(with prop
[ http://jira.codehaus.org/browse/MNG-68?page=all ]
Brett Porter closed MNG-68:
---
Resolution: Fixed
could be more configurable
> Turn on checksum verification of downloaded artifacts
> -
>
> Key
[ http://jira.codehaus.org/browse/MNG-277?page=comments#action_37872 ]
Brett Porter commented on MNG-277:
--
this also gets swallowed for transfer failed, checksum failed, etc
> When a download is failing the error message is confusing.
> ---
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
Author: brett
Date: Thu Apr 21 03:40:58 2005
New Revision: 164029
URL: http://svn.apache.org/viewcvs?rev=164029&view=rev
Log:
upload checksums
Modified:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java
maven/components/trunk/
[ http://jira.codehaus.org/browse/MNG-219?page=all ]
Brett Porter closed MNG-219:
Resolution: Fixed
> deploy:deploy should display progress
> -
>
> Key: MNG-219
> URL: http://jira.codehaus.org/browse
Author: brett
Date: Thu Apr 21 03:11:08 2005
New Revision: 164024
URL: http://svn.apache.org/viewcvs?rev=164024&view=rev
Log:
improve download/upload monitors
Modified:
maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java
maven/c
Author: brett
Date: Thu Apr 21 03:08:27 2005
New Revision: 164022
URL: http://svn.apache.org/viewcvs?rev=164022&view=rev
Log:
fix content length on deploy
Modified:
maven/wagon/trunk/wagon-provider-api/src/main/java/org/apache/maven/wagon/AbstractWagon.java
maven/wagon/trunk/wagon-provi
Allow reinitialisation of sourcepath from maven.compile.source.set
---
Key: MPJAVADOC-55
URL: http://jira.codehaus.org/browse/MPJAVADOC-55
Project: maven-javadoc-plugin
Type: Improvement
Versions: 1
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Source repository is at:
'/home/projects/maven/repository-staging/to-ibiblio/maven'
[INFO] Target repository is at:
'/home/projects/maven
Author: brett
Date: Thu Apr 21 01:46:04 2005
New Revision: 164013
URL: http://svn.apache.org/viewcvs?rev=164013&view=rev
Log:
unhook checksum deployment/retrieval - just calculate and deal with it
externally as artifact metadata
Modified:
maven/wagon/trunk/wagon-provider-api/src/main/java/o
79 matches
Mail list logo