What's wrong with just blowing away ~/.m2/repository ?
If you have a local Maven Repository Manager it doesn't take very long to
reseed it.
(At least less time in aggregate than thinking of ways to prune snapshot
files in the repository correctly...)
Sure it would. It's only the files that gets a timestamp; the directories
are still called x.y.z-SNAPSHOT.
However, be adviced that I've run into cases in the wild where the
artifactId would end in "-SNAPSHOT" and this solution would remove such
directories as well although it's could contain relea
This would not work, since it still leave all snapshot of timestamp around
-D
On Mon, Aug 18, 2014 at 2:10 AM, Adrien Rivard
wrote:
> Or delete all directories that end with -SNAPSHOT
>
>
>
> On Sun, Aug 17, 2014 at 8:18 AM, Dan Tran wrote:
>
> > sounds like a good option.
> >
> > Thanks
> >
Hi,
I have a question about the Maven SynergyScmProvider. I had a look in the
documentation and source code but unfortunately I do not see a way configure
the CM Synergy database (and server) name. I am not sure if I misunderstand the
usage / capabilities and would appreciate your help.
For Sy
I tend to use:
mvn dependency:purge-local-repository
when sitting in a project directory, it'll go thru and delete all the
SNAPSHOTs and re-resolve.
The only problem with it in the default mode, is that is _only_ deletes
the `.jar`. files and doesn't rebuild any metadata, so if you're us
woops wrong group, sorry
On Mon, Aug 18, 2014 at 1:46 PM, james northrup
wrote:
> does anyone have select(), read, handshake, NIO code with sslengine to
> draw from?
>
> the examples in the wild done to illustrate the sslengine never seem to
> tie back to an actual fsm that could be made into s
does anyone have select(), read, handshake, NIO code with sslengine to draw
from?
the examples in the wild done to illustrate the sslengine never seem to tie
back to an actual fsm that could be made into something useful
On Mon, Aug 18, 2014 at 11:49 AM, Martin Gainty wrote:
> You should be ab
There is no such feature in Maven itself (and it wouldn't work if you run
out of memory in the core process). But the plugin itself could
(theoretically) provide a configuration option to fork the process and then
ignore any problems in that process. The use case sounds strange though so
I very muc
Hey there, I've been scouring the internet for some kind of solution (Or to
find out there just isn't one) for a problem I'm running into.
I'm looking for some kind of plugin configuration option, or command line
parameter that would cause maven to ignore either a specific (Preferred), or
all (Not
Karl,
Thank you for responding. Yes I can go into more detail.
Lets go back to my example of the mysql DB credentials. Lets say I have five
environments. So that means I have 3 variables times 5 environments and that
comes out to 15 various values. From what I understand about the
maven-
You should be able to locate the
https://www.bouncycastle.org/latest_releases.html security jars you need from
http://openjdk.java.net/groups/security
what provider are you using?
I recommend BouncyCastle
https://www.bouncycastle.org/latest_releases.html
Sounds like an interesting app..would lik
Hi Jose,
can you elaborate a little bit more why you are not using the default
filtering capabilities of maven-resources-plugin etc. ?
Can you explain what exactly you like to achieve?
> Hello,
We have projects with many property and xml files that need resource filtering
per environment
The reason I ask about calling it from the main pom.xml is because I don't
quite understand how I can put all this in the maven lifecycle.
If I would configure the javadoc plugin as in
http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html
in a separate pom-javadoc.xml and exe
It's much easier to execute it as a separate action. In Jenkins-terms: a
post-build step, but I believe almost every CI server has an equivalent
solution.
If you still want to solve this in the main pom.xml, you could do it with
the maven-invoker-plugin, though I wouldn't advice it.
Rober
Hi,
Could I call the pom-javadoc.xml from the main pom.xml?
I am just thinking how we can use this from the build server.
Robert Scholte-4 wrote
> Hi,
>
> You can't specify this in the pom, but for now it would give you the
> desired result.
> Since it's not possible with the current version
Hi,
I have a question about the Maven SynergyScmProvider. I had a look in the
documentation and source code but unfortunately I do not see a way configure
the CM Synergy database (and server) name. I am not sure if I misunderstand the
usage / capabilities and would appreciate your help.
For Sy
ah ok
so you don't need a custom plugin to add artifactId: just put content in a
directory named __artifactId__
see
http://stackoverflow.com/questions/6378589/how-to-rename-a-directory-with-the-artifactid-when-using-a-maven-archetype
Regards,
Hervé
Le lundi 18 août 2014 17:00:36 TOM a écrit :
Hi,
You can't specify this in the pom, but for now it would give you the
desired result.
Since it's not possible with the current version of the javadoc-plugin,
other options which I can think of:
- add a javadoc-profile or create a pom-javadoc.xml where you specify the
required modules.
-
Or delete all directories that end with -SNAPSHOT
On Sun, Aug 17, 2014 at 8:18 AM, Dan Tran wrote:
> sounds like a good option.
>
> Thanks
>
> -D
>
>
> On Sat, Aug 16, 2014 at 11:11 PM, Ron Wheeler <
> rwhee...@artifact-software.com> wrote:
>
> > On 17/08/2014 1:50 AM, Dan Tran wrote:
> >
> >>
i think i got it,i debuged archetype:generate and found code like this
DefaultFilesetArchetypeGenerator.java
private File getOutputFile( String template, String directory, File
outputDirectoryFile, boolean packaged,
String packageName, String
moduleOffset, Contex
I have just confirmed Hervé is right, if you use ${project.basedir} then
you don't need to add any property to your pom.
El 17/08/2014 19:26, Hervé BOUTEMY escribió:
notice this is referenced as DOXIA-373 [1] and used in DOXIATOOLS-15 [2]
notice that you should:
- avoid ${basedir} and prefer $
ok, need to investigate
can you create a Jira issue and attach an example project?
Regards,
Hervé
Le lundi 18 août 2014 10:01:16 TOM a écrit :
> thank you ,but my descriptor already is packaged= true
>
>src/main/java
>
> **/*.java
>
>
>
> 在 2014-08-18 0:1
The default URL for central in Maven 3.2.3 is:
https://repo.maven.apache.org/maven2
Change commit:
https://github.com/apache/maven/commit/92161918698c55f4c108acb8c6042ad86e705b15
/Anders
On Mon, Aug 18, 2014 at 2:21 AM, Dan Tran wrote:
> I dont think that is the supported url ( yet ). By defa
23 matches
Mail list logo