>From the build server use command console or shell, type "ssh
user@" if the remoteserver is asking your password, that means
your ssh connection is not setup correctly. Supposely you don't need to
supply any password, which means "build server" is a trust of the "remote
server".
there are many
Only A number of maven plugin requires internet connections when proper
artifacts and maven plugin already avaible in local repository.
For Example:
buildnumber plugin requires connections, when disable it, it can run without
any option required.
Wendy Smoak-3 wrote:
>
> On 10/31/07, PeterAU2
That combination should be OK.
You also need continous integration tool such as Cruisecontrol(I am using),
Continuum, or Bamboo(recommended by Jason van Zyl)
raghu121 wrote:
>
> Hi,
>
> I want to start using maven, jira, confluence and other OSS products in my
> OSS project which I intend to
I revised the configuration, and turns out working perfect.
I can just do mvn deploy without "-d" any config string. my email is
[EMAIL PROTECTED] if any questions.
maven-deploy-plugin
If we cannot specify different filter on multipackaging, then what is point
packaging exactly same packages twice.
Tim Kettler wrote:
>
> mailming schrieb:
>> This is a great approach, and I do see the ear-plugin package twice.
>>
>> However, after server testing
My work around solution is in the end of install specify deploy:deploy-file
"mvn install deploy:deploy-file"
Then in the pom specify
maven-deploy-plugin
2.3
e packgings for, just copy the profile and
> change the names accordingly and then invoke maven like this 'mvn
> -Denv_alpha -Denv_beta package'.
>
> Note that the example uses the jar plugin but for an ear it works
> exactly the same, just substitue the plugins.
>
I am trying to implement packaging multiple into multiple ear files using
profile activation, using classifier.
for example
mvn package -DEnv=Alpha
maven package into file-0.5-snapshot-alpha.ear
and then
mvn package -DEnv=Delta
maven package into file-0.5-snapshot-delta.ear
but I need