Re: oss push to maven central?

2015-09-13 Thread Hervé BOUTEMY
notice that search index is updated independently from artifacts themselves:
you should check and be explicit if the content isn't published (ie you don't 
see the artifact in https://repo.maven.apache.org/maven2/...your groupId/your 
artifactid/) or if you don't have it in search result

Regards,

Hervé

Le samedi 12 septembre 2015 21:23:02 Jordan Zimmerman a écrit :
> Sure - thanks.
> 
> 
> 
> On September 12, 2015 at 9:21:06 PM, Dan Tran (dant...@gmail.com) wrote:
> 
> You may want to ping Sonatype instead. I just release maven-wagon at
> repository.apache.org, it went thru within 10 minutes
> 
> -Dan
> 
> On Sat, Sep 12, 2015 at 7:14 PM, Jordan Zimmerman <
> 
> jor...@jordanzimmerman.com> wrote:
> > Hi,
> > 
> > I released from oss.sonatype.org on Friday and it's still not showing
> > on Maven Central. What's up?
> > 
> > -Jordan
> > 
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: R question (with context)

2015-09-13 Thread Martin Gainty
context:
when i attempt to compile PhoneGap app from
 https://github.com/phonegap/phonegap i see:

Maven-plugin/phonegap-android/src/main/java/com/phonegap/DroidGap.java:
[910,44] package android.R does not exist
but when I look for the generated file I am able to see R.java at 
/target/generated-sources/r/com/phonegap/R.java

find . -name "R.*"
./target/generated-sources/r/com/phonegap/R.java

is hard coded package of android in PhoneGap incorrect?
or should I just mv R.java /android ?

Nota Bene: here are contents of R.java:

package com.phonegap;

public final class R {

}
?
Martin 
__ 




> From: mgai...@hotmail.com
> To: manf...@simpligility.com; users@maven.apache.org
> Subject: R question
> Date: Fri, 11 Sep 2015 19:24:11 -0400
> 
> Manfred (and anyone else)
> where is R.java located when using maven-android-plugin?
> 
> Thanks,
> Martin 
> _ 
>   
>
> 
  

Merging in xdoc from another module in site plugin

2015-09-13 Thread Benson Margulies
I've got a utility module with modello in it. I want to pull the xdoc
from that into the site doc of a plugin that uses it. Do I need to
'attach' it and then use the dependency plugin to grab it? I don't see
a way in the site plugin to add additional site content directories,
only to change the location of the main one.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



maven.config file and variable substitution

2015-09-13 Thread Mehul Sanghvi
Maven 3.3.1 introduces a ${maven.projectBaseDir}/.mvn/maven.config file
where I can specify common command line options.  How do I use variables in
that ?  Specifically if I'm trying to set the settings file to be something
like ${maven.projectBaseDir}/settings.xml, how would I set that in
maven.config ?

Currently I pass a -s${Bamboo.WorkingDir}/settings.xml option to the as
part of the automated builds.  When I run the builds manually on my laptop
I have to pass something like
-s${HOME}/path/to/project/root/dir/settings.xml.  And if I'm trying run it
manually on the build system, I had to pass something like
-s/path/to/Bamboo/build/working/dir/settings.xml.

Using maven.config would help tremendously, but it does not seem to
understand ${maven.projectBaseDir}.

I have a maven.config that contains the following:

   -B -V -s ${maven.projectBaseDir}/settings.xml

I get the following error when I try to build:

bash%  cd ${HOME}/source-repos/ProjectA
bash%  mvn clean install
[ERROR] The specified user settings file does not exist:
/home/mehul/source-repos/ProjectA/${maven.projectBaseDir}/settings.xml


Shouldn't Maven substitute the value of the ${maven.projectBaseDir}
variable ?


cheers,

 mehul

-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


RESOLVED: R question (with context)

2015-09-13 Thread Martin Gainty
got it working and the apk deployable is ready to be tested

Many Thanks to Stuart McCullough for his kind assistance on a rainy Sunday
Martin 
__ 

   


> From: mgai...@hotmail.com
> To: manf...@simpligility.com; users@maven.apache.org
> Subject: RE: R question (with context)
> Date: Sun, 13 Sep 2015 08:28:13 -0400
> 
> context:
> when i attempt to compile PhoneGap app from
>  https://github.com/phonegap/phonegap i see:
> 
> Maven-plugin/phonegap-android/src/main/java/com/phonegap/DroidGap.java:
> [910,44] package android.R does not exist
> but when I look for the generated file I am able to see R.java at 
> /target/generated-sources/r/com/phonegap/R.java
> 
> find . -name "R.*"
> ./target/generated-sources/r/com/phonegap/R.java
> 
> is hard coded package of android in PhoneGap incorrect?
> or should I just mv R.java /android ?
> 
> Nota Bene: here are contents of R.java:
> 
> package com.phonegap;
> 
> public final class R {
> 
> }
> ?
> Martin 
> __ 
>   
>   
> 
> 
> > From: mgai...@hotmail.com
> > To: manf...@simpligility.com; users@maven.apache.org
> > Subject: R question
> > Date: Fri, 11 Sep 2015 19:24:11 -0400
> > 
> > Manfred (and anyone else)
> > where is R.java located when using maven-android-plugin?
> > 
> > Thanks,
> > Martin 
> > _ 
> > 
> >  
> >   
> 
  

Re: RESOLVED: R question (with context)

2015-09-13 Thread Barrie Treloar
On 14 September 2015 at 11:17, Martin Gainty  wrote:

> got it working and the apk deployable is ready to be tested
>
> Many Thanks to Stuart McCullough for his kind assistance on a rainy Sunday
> Martin


You dont provide any summary of the actual problem, once identified, and
then the correct resolution.

Make the internet a better place and leave these notes for others to find
when they face the same problem.


Re: Maven ear,jar and war packaging

2015-09-13 Thread Wayne Fay
Not sure how you plan on packaging jars in another jar. That is not
allowed per the jar spec, as far as I'm aware. What are you actually
doing here?

As for packaging only certain jars in an ear or war, that is
controlled by the scope for the dependency declared in your pom. This
is standard, built-in functionality of Maven and already well
documented online if you spend 5 minutes looking for it and reading.

Wayne

On Fri, Sep 11, 2015 at 10:32 PM, aalok singhvi  wrote:
> hello,
>
> I have a project where i want to package certain jars only in an ear , jar
> or war .
> Any suggestion and best practices.
>
> Any useful links will really help.
>
> Thanks
>
> --
> Aalok Singhvi

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org