It looks like the jboss-deploy plugin is not inherited into
the modules. So
it's only being called for the parent, and the parent
doesn't have any artifacts
to deploy. If you add
<inherited>true</inherited> to jboss-deploy
plugin, then
it should deploy each of the modules to the jboss-repo.
Make sure you look at
the generated component-info.xml file before checking it in.
It's not always
perfect ;)
Carlo de Wolf wrote:
> It doesn't upload (copy to /home/...)
repository.jboss.org:
>
> [INFO] [assembly:assembly {execution: default}]
> [INFO] Reading assembly descriptor:
/home/carlo/work/jboss-javaee/build/assembly/bin.xml
> [INFO] Reading assembly descriptor:
/home/carlo/work/jboss-javaee/build/assembly/sources.xml
> [INFO] Building jar:
/home/carlo/work/jboss-javaee/build/target/jboss-javaee.jar
> [INFO] Building jar:
/home/carlo/work/jboss-javaee/build/target/jboss-javaee-sour
ces.jar
> [INFO] [install:install]
> [INFO] Installing
/home/carlo/work/jboss-javaee/build/pom.xml to
/home/carlo/.m2/repository/jboss/jboss-javaee/5.0.0-SNAPSHOT
/jboss-javaee-5.0.0-SNAPSHOT.pom
> [INFO] [deploy:deploy]
> altDeploymentRepository = null
> [INFO] Retrieving previous build number from
snapshots.jboss.org
> Uploading: h
ttps://snapshots.jboss.org/maven2//jboss/jboss-javaee/5.0.0-
SNAPSHOT/jboss-javaee-5.0.0-20070816.085210-21.pom
> [INFO] Retrieving previous metadata from
snapshots.jboss.org
> [INFO] Uploading repository metadata for: 'artifact
jboss:jboss-javaee'
> [INFO] Retrieving previous metadata from
snapshots.jboss.org
> [INFO] Uploading repository metadata for: 'snapshot
jboss:jboss-javaee:5.0.0-SNAPSHOT'
> [INFO] [jboss-deploy:jboss-deploy {execution:
default}]
> [INFO] No artifacts to deploy for project:JBoss JavaEE
5.0 Build
>
> Carlo
>
> On Tue, 2007-08-14 at 20:29 -0500, Paul Gier wrote:
>> The jboss-deploy plugin is meant to create
component-info.xml and deploy
>> artifacts to the ant repository. The standard
maven plugin is what is used to
>> deploy to the snapshots repository. I'm not sure
why it wouldn't have uploaded
>> the jars. If you're still having problems with
this, let me know.
>>
>> Anil Saldhana wrote:
>>> I think there was just one issue with one of
maven jars not being
>>> uploaded. If anybody faces issues that may be
related, please reply.
>>>
>>> Anil Saldhana wrote:
>>>> This afternoon, I used the 1.3 version of
JBoss Maven deploy plugin
>>>> for projects/javaee and
security/security-spi projects and it has
>>>> screwed up the maven snapshots on http://snapshot.jbo
ss.org/maven2.
>>>>
>>>> It uploads the pom and updates a snapshot
version in the meta data
>>>> files. But does not upload the jars. I
think I may have screwed up
>>>> some builds that depend on the maven
snapshots including Bill Burke's
>>>> embedded setup as in:
>>>> http://www.jboss.com/index.html?module=bb
&op=viewtopic&t=113411
>>>>
>>>> I am fixing the mess.
>>>>
>>>
_______________________________________________
>>> jboss-development mailing list
>>> jboss-development lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
>
> _______________________________________________
> jboss-development mailing list
> jboss-development lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
_______________________________________________
jboss-development mailing list
jboss-development lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
|