[Architecture] Status of the SNAPSHOT Maven repo
Chamara Silva
chamara at wso2.com
Tue Feb 2 08:59:14 EST 2010
i have test random modules in trunk to check this issue.i not getting this.
Snapshot artifact comes with the time-stamp in snapshot repository.if
any module refer snapshot artifact,it downloading latest by checking
the time-stamp.if your pom having correct repo configurations,it
create latest artifact download link in building time.
which module you are getting this error?
Thank you,
Regards,
Chamara
On Tue, Feb 2, 2010 at 2:23 PM, Lahiru Gunathilake <lahiru at wso2.com> wrote:
>
>
> On Tue, Feb 2, 2010 at 1:28 PM, Chamara Silva <chamara at wso2.com> wrote:
>>
>> transport jar available at
>>
>> http://dist.wso2.org/snapshots/maven2/org/apache/axis2/axis2-transports/1.1.0-SNAPSHOT/axis2-transports-1.1.0-20100122.094109-1.jar
>
> This jar is wrong , we just need the jar with the name of
> axis2-transports-1.1.0.jar
>
> why do we have these numbers at the end ?
>
> Look at the error I'm getting during the build.
>
> Downloading:
> http://dist.wso2.org/snapshots/maven2/org/apache/axis2/axis2-transport-xmpp/1.1.0-SNAPSHOT/axis2-transport-xmpp-1.1.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.apache.axis2:axis2-transport-xmpp:jar:1.1.0-SNAPSHOT' in repository
> wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2)
>
>
> It search for hte jar I mentioned earlier and it's not in the repo.
>
> Lahiru
>>
>> cloud you tell me name of the module you are getting this error?may be
>> your pom.xml doesn't have repo informations.please check it.
>> Thank you,
>> Regards,
>> Chamara
>>
>>
>> On Tue, Feb 2, 2010 at 12:36 PM, Lahiru Gunathilake <lahiru at wso2.com>
>> wrote:
>> > No it doesn't pick tranports jars from snapshot repo
>> >
>> >
>> > Lahiru
>> >
>> > On Tue, Feb 2, 2010 at 12:28 PM, Chamara Silva <chamara at wso2.com> wrote:
>> >>
>> >> Snapshot repo only having artifacts up-to carbon orbit.(because orbit
>> >> have some release artifacts and this issue we still discussing in this
>> >> mail thread.)
>> >> so you have to start building source from carbon orbit.
>> >>
>> >> Thanks and regards,
>> >> Chamara
>> >>
>> >> On Tue, Feb 2, 2010 at 12:14 PM, Lahiru Gunathilake <lahiru at wso2.com>
>> >> wrote:
>> >> > I tried to build autoscale mediator but it doesn't pick required
>> >> > artifacts
>> >> > from the snapshot repo.
>> >> >
>> >> > Chamara can we use the snapshot repo as Azeez mentioned .. build any
>> >> > component without building required dependencies and download all the
>> >> > required dependencies from snapshot repo.
>> >> >
>> >> >
>> >> > Lahiru
>> >> >
>> >> > On Sun, Jan 24, 2010 at 10:35 PM, Chamara Silva <chamara at wso2.com>
>> >> > wrote:
>> >> >>
>> >> >> you cant build product source with along due to the following
>> >> >> reasons.
>> >> >> 1. Due to the carbon components compilation failure it's arifacts
>> >> >> currently not in snapshot repo.
>> >> >> 2. Release artifacts which produce from the Carbon orbit not in a
>> >> >> http://dist.wso2.com/maven2 repo. (shall we put those in to the
>> >> >> release repo or reversion as a SNAPSHOT ?)
>> >> >>
>> >> >> Thank you,
>> >> >> Regards,
>> >> >> Chamara
>> >> >>
>> >> >> On Sun, Jan 24, 2010 at 12:05 AM, Afkham Azeez <azeez at wso2.com>
>> >> >> wrote:
>> >> >> > Can you try whether the deploy plugin is working on your machine?
>> >> >> > We
>> >> >> > have
>> >> >> > tried on several machines without any success.
>> >> >> > Azeez
>> >> >> >
>> >> >> > On Sat, Jan 23, 2010 at 7:02 AM, Ruwan Linton <ruwan at wso2.com>
>> >> >> > wrote:
>> >> >> >>
>> >> >> >> I think we have to fix this, what is the size of the
>> >> >> >> wsdl-validator?
>> >> >> >> Deploy plugin doesn't care about the dependencies of the artifact
>> >> >> >> that
>> >> >> >> it it deploying, rather it just deploys the artifact in hand.
>> >> >> >>
>> >> >> >> I personally do not agree with the statement that the deploy
>> >> >> >> plugin
>> >> >> >> is
>> >> >> >> not working. We have been using it for quite a sometime now, if
>> >> >> >> it
>> >> >> >> is
>> >> >> >> broken on the trunk please revert back to a previous version. It
>> >> >> >> should
>> >> >> >> be a best practice to state the version of the maven plugins, if
>> >> >> >> you
>> >> >> >> do
>> >> >> >> not specify it falls back to the latest SNAPSHOT which might
>> >> >> >> cause
>> >> >> >> issues.
>> >> >> >>
>> >> >> >> Thanks,
>> >> >> >> Ruwan
>> >> >> >>
>> >> >> >> Lahiru Gunathilake wrote:
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On Sat, Jan 23, 2010 at 12:07 AM, Sanjiva Weerawarana
>> >> >> >> > <sanjiva at wso2.com <mailto:sanjiva at wso2.com>> wrote:
>> >> >> >> >
>> >> >> >> > ??? Shouldn't that be fixed?!
>> >> >> >> >
>> >> >> >> > As far as I remember this was due to a maven deploy issue with
>> >> >> >> > some
>> >> >> >> > of
>> >> >> >> > the dependencies we are having to wsdl-validator. When we
>> >> >> >> > deploy
>> >> >> >> > it's
>> >> >> >> > size was increasing drastically so couldn't deploy using the
>> >> >> >> > mvn
>> >> >> >> > deploy:deploy command. I will look in to this whether we can
>> >> >> >> > fix
>> >> >> >> > it
>> >> >> >> > from our end.
>> >> >> >> >
>> >> >> >> > Lahiru
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > Sanjiva.
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On Fri, Jan 22, 2010 at 11:36 PM, Lahiru Gunathilake
>> >> >> >> > <lahiru at wso2.com <mailto:lahiru at wso2.com>> wrote:
>> >> >> >> >
>> >> >> >> > Yes you cannot simply do a mvn deploy in
>> >> >> >> > wsdl-validator.
>> >> >> >> > Please put it manually.
>> >> >> >> >
>> >> >> >> > Lahiru
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On Fri, Jan 22, 2010 at 11:11 PM, Chamara Silva
>> >> >> >> > <chamara at wso2.com <mailto:chamara at wso2.com>> wrote:
>> >> >> >> >
>> >> >> >> > maven deploy process stuck when building
>> >> >> >> > "wsdl-validator"
>> >> >> >> > module in
>> >> >> >> > carbon-orbit trunk. For now, snapshot repo updated
>> >> >> >> > up
>> >> >> >> > to
>> >> >> >> > carbon orbit.
>> >> >> >> >
>> >> >> >> > Thank you,
>> >> >> >> > Regards,
>> >> >> >> > Chamara
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On Fri, Jan 22, 2010 at 1:46 PM, Afkham Azeez
>> >> >> >> > <azeez at wso2.com <mailto:azeez at wso2.com>> wrote:
>> >> >> >> > > ok
>> >> >> >> > >
>> >> >> >> > > On Fri, Jan 22, 2010 at 12:47 PM, Chamara Silva
>> >> >> >> > <chamara at wso2.com <mailto:chamara at wso2.com>> wrote:
>> >> >> >> > >>
>> >> >> >> > >> Axis2 transport unable to build because of
>> >> >> >> > builder
>> >> >> >> > machine having
>> >> >> >> > >> older maven version(2.0.8).shall we update maven
>> >> >> >> > in
>> >> >> >> > builder machine?
>> >> >> >> > >>
>> >> >> >> > >> Thank you,
>> >> >> >> > >> Regards,
>> >> >> >> > >> Chamara
>> >> >> >> > >>
>> >> >> >> > >> On Fri, Jan 22, 2010 at 11:01 AM, Afkham Azeez
>> >> >> >> > <azeez at wso2.com <mailto:azeez at wso2.com>> wrote:
>> >> >> >> > >> > SVN is not a requirement. Some mechanism to
>> >> >> >> > sync
>> >> >> >> > the
>> >> >> >> > local Maven repo on
>> >> >> >> > >> > the
>> >> >> >> > >> > builder machine with that of the dist machine
>> >> >> >> > will
>> >> >> >> > suffice. We thought
>> >> >> >> > >> > of
>> >> >> >> > >> > using SVN purely for convenience.
>> >> >> >> > >> > Azeez
>> >> >> >> > >> >
>> >> >> >> > >> > On Fri, Jan 22, 2010 at 10:15 AM, Ruwan Linton
>> >> >> >> > <ruwan at wso2.com <mailto:ruwan at wso2.com>> wrote:
>> >> >> >> > >> >>
>> >> >> >> > >> >> First of all I am not against this approach,
>> >> >> >> > but
>> >> >> >> > I
>> >> >> >> > don't see the value
>> >> >> >> > >> >> of keeping SNAPSHOT artifacts in SVN :-(
>> >> >> >> > >> >>
>> >> >> >> > >> >> Thanks,
>> >> >> >> > >> >> Ruwan
>> >> >> >> > >> >>
>> >> >> >> > >> >> Sanjiva Weerawarana wrote:
>> >> >> >> > >> >> > Azeez please recommend the exact SVN
>> >> >> >> > locations
>> >> >> >> > as
>> >> >> >> > well.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > One more thing- we obviously don't need SVN
>> >> >> >> > to
>> >> >> >> > remember older
>> >> >> >> > >> >> > snapshots .. that is, we don't need
>> >> >> >> > versioning
>> >> >> >> > actually. I'm not sure
>> >> >> >> > >> >> > we can "turn it off" in SVN ... so maybe
>> >> >> >> > the
>> >> >> >> > script should at least
>> >> >> >> > >> >> > svn remove the old files before adding the
>> >> >> >> > new
>> >> >> >> > ones. OTOH maybe its
>> >> >> >> > >> >> > not a big deal.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > (I hope mvn:deploy is smart and only copies
>> >> >> >> > over
>> >> >> >> > changed artifacts -
>> >> >> >> > >> >> > that'll make the commit/updates faster.)
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Sanjiva.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21, 2010 at 4:41 PM, Afkham
>> >> >> >> > Azeez
>> >> >> >> > <azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > >> >> > <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>>
>> >> >> >> > wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Chamara & Chamith,
>> >> >> >> > >> >> > Let's follow this model. Let's create 2
>> >> >> >> > locations in SVN for the
>> >> >> >> > >> >> > dists & snapshots. On the builder
>> >> >> >> > machine,
>> >> >> >> > let
>> >> >> >> > us deploy to a
>> >> >> >> > >> >> > local Maven repo and SVN add & commit
>> >> >> >> > those
>> >> >> >> > artifacts. On the
>> >> >> >> > >> >> > dist
>> >> >> >> > >> >> > machine, lets have a corn job that
>> >> >> >> > periodically runs SVN update.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Thanks
>> >> >> >> > >> >> > Azeez
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21, 2010 at 4:35 PM, Afkham
>> >> >> >> > Azeez
>> >> >> >> > <azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > >> >> > <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>> wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Yes, deploying to a local
>> >> >> >> > repository
>> >> >> >> > works
>> >> >> >> > well. Here is the
>> >> >> >> > >> >> > configuration I used in my pom.xml
>> >> >> >> > file.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > <snapshotRepository>
>> >> >> >> > >> >> >
>> >> >> >> > <id>wso2-snapshot-repository</id>
>> >> >> >> > >> >> > <name>WSO2 Snapshot
>> >> >> >> > Repository</name>
>> >> >> >> > >> >> >
>> >> >> >> > <url>file:///home/azeez/Desktop/maven2/</url>
>> >> >> >> > >> >> > </snapshotRepository>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Azeez
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21, 2010 at 4:31 PM,
>> >> >> >> > Afkham
>> >> >> >> > Azeez <azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > >> >> > <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>> wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Sounds like a good idea. Let's
>> >> >> >> > try
>> >> >> >> > that out.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Azeez
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21, 2010 at 4:12
>> >> >> >> > PM,
>> >> >> >> > Sanjiva Weerawarana
>> >> >> >> > >> >> > <sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com> <mailto:sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>>> wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Ah ok :-) .. sorry; I knew
>> >> >> >> > that!
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > But still - how about using
>> >> >> >> > the
>> >> >> >> > depoy plugin to
>> >> >> >> > >> >> > deploy
>> >> >> >> > >> >> > into a local repo and then
>> >> >> >> > SVN
>> >> >> >> > committing that repo
>> >> >> >> > >> >> > and checking it out on the
>> >> >> >> > http
>> >> >> >> > repo directory?
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Sanjiva.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21, 2010 at
>> >> >> >> > 1:09
>> >> >> >> > PM,
>> >> >> >> > Afkham Azeez
>> >> >> >> > >> >> > <azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com> <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>> wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > "As a repository
>> >> >> >> > contains
>> >> >> >> > more
>> >> >> >> > than the artifacts
>> >> >> >> > >> >> > (POMs, the metadata,
>> >> >> >> > MD5
>> >> >> >> > and
>> >> >> >> > SHA1 hash files...),
>> >> >> >> > >> >> > deploying means not
>> >> >> >> > only
>> >> >> >> > copying the artifacts,
>> >> >> >> > >> >> > but making sure all
>> >> >> >> > this
>> >> >> >> > information is correctly
>> >> >> >> > >> >> > updated. It's the
>> >> >> >> > reponsibility of the deploy
>> >> >> >> > >> >> > plugin."
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Source:
>> >> >> >> > >> >> >
>> >> >> >> > http://maven.apache.org/plugins/maven-deploy-plugin/
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21, 2010 at
>> >> >> >> > 1:05
>> >> >> >> > PM, Sanjiva
>> >> >> >> > >> >> > Weerawarana
>> >> >> >> > <sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>>> wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Why do we need
>> >> >> >> > maven
>> >> >> >> > to
>> >> >> >> > do
>> >> >> >> > the copying to the
>> >> >> >> > >> >> > repo? Simplest is
>> >> >> >> > to
>> >> >> >> > have
>> >> >> >> > the snapshot repo
>> >> >> >> > >> >> > be
>> >> >> >> > >> >> > an SVN location
>> >> >> >> > that
>> >> >> >> > we
>> >> >> >> > copy and commit to.
>> >> >> >> > >> >> > The server hosting
>> >> >> >> > the
>> >> >> >> > repo can then simply
>> >> >> >> > >> >> > check out and
>> >> >> >> > update
>> >> >> >> > periodically. Similar to
>> >> >> >> > >> >> > how ASF Web sites
>> >> >> >> > are
>> >> >> >> > done.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > This has the added
>> >> >> >> > advantage of my being able
>> >> >> >> > >> >> > to have a local
>> >> >> >> > copy
>> >> >> >> > of
>> >> >> >> > the repo trivially if
>> >> >> >> > >> >> > I so wish.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Sanjiva.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21,
>> >> >> >> > 2010
>> >> >> >> > at
>> >> >> >> > 12:56 PM, Afkham
>> >> >> >> > >> >> > Azeez
>> >> >> >> > >> >> > <azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com> <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>>
>> >> >> >> > >> >> > wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > This is a very
>> >> >> >> > tricky
>> >> >> >> > problem indeed. It
>> >> >> >> > >> >> > seems that the
>> >> >> >> > Maven
>> >> >> >> > user community also
>> >> >> >> > >> >> > does not have
>> >> >> >> > any
>> >> >> >> > real
>> >> >> >> > clues about this.
>> >> >> >> > >> >> > We have tried
>> >> >> >> > many
>> >> >> >> > possibilities.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Chamith, can we
>> >> >> >> > get a
>> >> >> >> > backup image of the
>> >> >> >> > >> >> > builder machine
>> >> >> >> > running? This worked on
>> >> >> >> > >> >> > the builder
>> >> >> >> > machine.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Azeez
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Thu, Jan 21,
>> >> >> >> > 2010
>> >> >> >> > at 12:43 PM, Chamara
>> >> >> >> > >> >> > Silva
>> >> >> >> > <chamara at wso2.com <mailto:chamara at wso2.com>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:chamara at wso2.com
>> >> >> >> > <mailto:chamara at wso2.com>>>
>> >> >> >> > wrote:
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > we got
>> >> >> >> > authentication failure error
>> >> >> >> > >> >> > when
>> >> >> >> > executing
>> >> >> >> > mvn deploy
>> >> >> >> > >> >> >
>> >> >> >> > task.because
>> >> >> >> > of
>> >> >> >> > this problem i cannot
>> >> >> >> > >> >> > upload any
>> >> >> >> > artifacts to the
>> >> >> >> > >> >> > snapshot
>> >> >> >> > repository.yesterday
>> >> >> >> > >> >> > aseez,me
>> >> >> >> > >> >> > and chamith
>> >> >> >> > tried
>> >> >> >> > to resolve
>> >> >> >> > >> >> > this and
>> >> >> >> > still
>> >> >> >> > issue is there.after
>> >> >> >> > >> >> > we
>> >> >> >> > >> >> > raised this
>> >> >> >> > problem to the
>> >> >> >> > >> >> > maven user
>> >> >> >> > mailing
>> >> >> >> > list & we have
>> >> >> >> > >> >> > received
>> >> >> >> > one
>> >> >> >> > solution.i tried that
>> >> >> >> > >> >> > solution
>> >> >> >> > and
>> >> >> >> > result is the same.i
>> >> >> >> > >> >> > will
>> >> >> >> > >> >> > let you
>> >> >> >> > know
>> >> >> >> > once
>> >> >> >> > snapshot repo
>> >> >> >> > >> >> > working
>> >> >> >> > fine.
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > On Wed, Jan
>> >> >> >> > 20,
>> >> >> >> > 2010 at 4:24 PM,
>> >> >> >> > >> >> > Chamara
>> >> >> >> > Silva
>> >> >> >> > <chamara at wso2.com <mailto:chamara at wso2.com>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:chamara at wso2.com
>> >> >> >> > <mailto:chamara at wso2.com>>>
>> >> >> >> > wrote:
>> >> >> >> > >> >> > > Currently
>> >> >> >> > i
>> >> >> >> > am
>> >> >> >> > building trunk from
>> >> >> >> > >> >> > the bottom
>> >> >> >> > and
>> >> >> >> > same time I'll
>> >> >> >> > >> >> > > upload
>> >> >> >> > artifacts
>> >> >> >> > to the snapshot
>> >> >> >> > >> >> > repo.
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> > > Thank
>> >> >> >> > you,
>> >> >> >> > >> >> > > Regards,
>> >> >> >> > >> >> > > Chamara
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> > > On Wed,
>> >> >> >> > Jan
>> >> >> >> > 20,
>> >> >> >> > 2010 at 12:03 PM,
>> >> >> >> > >> >> > Afkham
>> >> >> >> > Azeez
>> >> >> >> > <azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:azeez at wso2.com <mailto:azeez at wso2.com>>>
>> >> >> >> > wrote:
>> >> >> >> > >> >> > >> Hi
>> >> >> >> > Chamara,
>> >> >> >> > >> >> > >> Can you
>> >> >> >> > please
>> >> >> >> > update us on the
>> >> >> >> > >> >> > status of
>> >> >> >> > the
>> >> >> >> > SNAPSHOT repo? I also
>> >> >> >> > >> >> > noted
>> >> >> >> > >> >> > >> that
>> >> >> >> > some
>> >> >> >> > artifacts from the orbit
>> >> >> >> > >> >> > have not
>> >> >> >> > been
>> >> >> >> > uploaded to the
>> >> >> >> > >> >> > relevant
>> >> >> >> > >> >> > >> Maven
>> >> >> >> > repos.
>> >> >> >> > >> >> > >> I think
>> >> >> >> > we
>> >> >> >> > need
>> >> >> >> > to provide access
>> >> >> >> > >> >> > to the
>> >> >> >> > Maven
>> >> >> >> > repos
>> >> >> >> > to the build
>> >> >> >> > >> >> > manager
>> >> >> >> > >> >> > at
>> >> >> >> > >> >> > >> least so
>> >> >> >> > that
>> >> >> >> > others do not have
>> >> >> >> > >> >> > to
>> >> >> >> > >> >> > go to
>> >> >> >> > Chamith
>> >> >> >> > or
>> >> >> >> > Deep to upload the
>> >> >> >> > >> >> > >>
>> >> >> >> > artifacts
>> >> >> >> > to
>> >> >> >> > the Maven repos.
>> >> >> >> > >> >> > >> We are
>> >> >> >> > wasting
>> >> >> >> > a lot of valuable
>> >> >> >> > >> >> > time on
>> >> >> >> > build
>> >> >> >> > issues, and this should
>> >> >> >> > >> >> > be
>> >> >> >> > >> >> > >> resolved
>> >> >> >> > ASAP
>> >> >> >> > (i.e. before the end
>> >> >> >> > >> >> > of this
>> >> >> >> > week)
>> >> >> >> > >> >> > >> --
>> >> >> >> > >> >> > >> --
>> >> >> >> > >> >> > >> Afkham
>> >> >> >> > Azeez
>> >> >> >> > >> >> > >>
>> >> >> >> > azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>
>> >> >> >> > >> >> > <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>
>> >> >> >> > >> >> > >> WSO2
>> >> >> >> > Inc.
>> >> >> >> > http://wso2.com
>> >> >> >> > >> >> > >> Blog:
>> >> >> >> > http://afkham.org
>> >> >> >> > >> >> > >>
>> >> >> >> > >> >> > >>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > >>
>> >> >> >> > Architecture
>> >> >> >> > mailing list
>> >> >> >> > >> >> > >>
>> >> >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> > >>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> > >>
>> >> >> >> > >> >> > >>
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> > > --
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> > > Suminda
>> >> >> >> > Chamara
>> >> >> >> > Silva
>> >> >> >> > >> >> > > Senior
>> >> >> >> > Software
>> >> >> >> > Engineer - QA
>> >> >> >> > >> >> > > WSO2 Inc.
>> >> >> >> > >> >> > > Mobilel:
>> >> >> >> > +94
>> >> >> >> > 718
>> >> >> >> > 302858
>> >> >> >> > >> >> > > blog:
>> >> >> >> > http://chamaras.blogspot.com
>> >> >> >> > >> >> > >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Suminda
>> >> >> >> > Chamara
>> >> >> >> > Silva
>> >> >> >> > >> >> > Senior
>> >> >> >> > Software
>> >> >> >> > Engineer - QA
>> >> >> >> > >> >> > WSO2 Inc.
>> >> >> >> > >> >> > Mobilel:
>> >> >> >> > +94
>> >> >> >> > 718
>> >> >> >> > 302858
>> >> >> >> > >> >> > blog:
>> >> >> >> > http://chamaras.blogspot.com
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> >
>> >> >> >> > Architecture
>> >> >> >> > mailing list
>> >> >> >> > >> >> >
>> >> >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Afkham Azeez
>> >> >> >> > >> >> > azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com> <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>
>> >> >> >> > >> >> > WSO2 Inc.
>> >> >> >> > http://wso2.com
>> >> >> >> > >> >> > Blog:
>> >> >> >> > http://afkham.org
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > Architecture
>> >> >> >> > mailing
>> >> >> >> > list
>> >> >> >> > >> >> >
>> >> >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Sanjiva
>> >> >> >> > Weerawarana,
>> >> >> >> > Ph.D.
>> >> >> >> > >> >> > Founder, Chairman &
>> >> >> >> > CEO;
>> >> >> >> > WSO2, Inc.;
>> >> >> >> > >> >> > http://wso2.com/
>> >> >> >> > >> >> > email:
>> >> >> >> > sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>>; phone: +1 408 754
>> >> >> >> > >> >> > 7388 x51726; cell:
>> >> >> >> > +94
>> >> >> >> > 77
>> >> >> >> > 787 6880
>> >> >> >> > >> >> > blog:
>> >> >> >> > http://sanjiva.weerawarana.org/
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Lean . Enterprise .
>> >> >> >> > Middleware
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > Architecture
>> >> >> >> > mailing
>> >> >> >> > list
>> >> >> >> > >> >> >
>> >> >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >> >
>> >> >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Afkham Azeez
>> >> >> >> > >> >> > azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com> <mailto:azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>>
>> >> >> >> > >> >> > WSO2 Inc.
>> >> >> >> > http://wso2.com
>> >> >> >> > >> >> > Blog: http://afkham.org
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > Architecture mailing
>> >> >> >> > list
>> >> >> >> > >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Sanjiva Weerawarana, Ph.D.
>> >> >> >> > >> >> > Founder, Chairman & CEO;
>> >> >> >> > WSO2,
>> >> >> >> > Inc.;
>> >> >> >> > >> >> > http://wso2.com/
>> >> >> >> > >> >> > email: sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com> <mailto:sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>>;
>> >> >> >> > >> >> > phone: +1 408 754 7388
>> >> >> >> > x51726;
>> >> >> >> > cell: +94 77 787 6880
>> >> >> >> > >> >> > blog:
>> >> >> >> > http://sanjiva.weerawarana.org/
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Lean . Enterprise .
>> >> >> >> > Middleware
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > Architecture mailing list
>> >> >> >> > >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Afkham Azeez
>> >> >> >> > >> >> > azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>
>> >> >> >> > <mailto:azeez at wso2.com <mailto:azeez at wso2.com>>
>> >> >> >> > >> >> > WSO2 Inc. http://wso2.com
>> >> >> >> > >> >> > Blog: http://afkham.org
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Afkham Azeez
>> >> >> >> > >> >> > azeez at wso2.com
>> >> >> >> > <mailto:azeez at wso2.com>
>> >> >> >> > <mailto:azeez at wso2.com <mailto:azeez at wso2.com>>
>> >> >> >> > >> >> > WSO2 Inc. http://wso2.com
>> >> >> >> > >> >> > Blog: http://afkham.org
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Afkham Azeez
>> >> >> >> > >> >> > azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > <mailto:azeez at wso2.com <mailto:azeez at wso2.com>>
>> >> >> >> > >> >> > WSO2 Inc. http://wso2.com
>> >> >> >> > >> >> > Blog: http://afkham.org
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > Architecture mailing list
>> >> >> >> > >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > <mailto:Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>>
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > --
>> >> >> >> > >> >> > Sanjiva Weerawarana, Ph.D.
>> >> >> >> > >> >> > Founder, Chairman & CEO; WSO2, Inc.;
>> >> >> >> > http://wso2.com/
>> >> >> >> > >> >> > email: sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>
>> >> >> >> > <mailto:sanjiva at wso2.com
>> >> >> >> > <mailto:sanjiva at wso2.com>>;
>> >> >> >> > phone: +1 408 754
>> >> >> >> > >> >> > 7388 x51726; cell: +94 77 787 6880
>> >> >> >> > >> >> > blog: http://sanjiva.weerawarana.org/
>> >> >> >> > >> >> >
>> >> >> >> > >> >> > Lean . Enterprise . Middleware
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > ------------------------------------------------------------------------
>> >> >> >> > >> >> >
>> >> >> >> > >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> > Architecture mailing list
>> >> >> >> > >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >> >
>> >> >> >> > >> >>
>> >> >> >> > >> >>
>> >> >> >> > >> >>
>> >> >> >> > _______________________________________________
>> >> >> >> > >> >> Architecture mailing list
>> >> >> >> > >> >> Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >>
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >
>> >> >> >> > >> >
>> >> >> >> > >> >
>> >> >> >> > >> > --
>> >> >> >> > >> > --
>> >> >> >> > >> > Afkham Azeez
>> >> >> >> > >> > azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > >> > WSO2 Inc. http://wso2.com
>> >> >> >> > >> > Blog: http://afkham.org
>> >> >> >> > >> >
>> >> >> >> > >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > >> > Architecture mailing list
>> >> >> >> > >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >> >
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >> >
>> >> >> >> > >> >
>> >> >> >> > >>
>> >> >> >> > >>
>> >> >> >> > >>
>> >> >> >> > >> --
>> >> >> >> > >>
>> >> >> >> > >> Suminda Chamara Silva
>> >> >> >> > >> Senior Software Engineer - QA
>> >> >> >> > >> WSO2 Inc.
>> >> >> >> > >> Mobilel: +94 718 302858
>> >> >> >> > >> blog: http://chamaras.blogspot.com
>> >> >> >> > >>
>> >> >> >> > >> _______________________________________________
>> >> >> >> > >> Architecture mailing list
>> >> >> >> > >> Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >>
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >
>> >> >> >> > >
>> >> >> >> > >
>> >> >> >> > > --
>> >> >> >> > > --
>> >> >> >> > > Afkham Azeez
>> >> >> >> > > azeez at wso2.com <mailto:azeez at wso2.com>
>> >> >> >> > > WSO2 Inc. http://wso2.com
>> >> >> >> > > Blog: http://afkham.org
>> >> >> >> > >
>> >> >> >> > > _______________________________________________
>> >> >> >> > > Architecture mailing list
>> >> >> >> > > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> > >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> > >
>> >> >> >> > >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > --
>> >> >> >> >
>> >> >> >> > Suminda Chamara Silva
>> >> >> >> > Senior Software Engineer - QA
>> >> >> >> > WSO2 Inc.
>> >> >> >> > Mobilel: +94 718 302858
>> >> >> >> > blog: http://chamaras.blogspot.com
>> >> >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > Architecture mailing list
>> >> >> >> > Architecture at wso2.org
>> >> >> >> > <mailto:Architecture at wso2.org>
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > --
>> >> >> >> > Lahiru Gunathilake
>> >> >> >> > Software Engineer - WSO2 Inc.
>> >> >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > Architecture mailing list
>> >> >> >> > Architecture at wso2.org <mailto:Architecture at wso2.org>
>> >> >> >> >
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > --
>> >> >> >> > Sanjiva Weerawarana, Ph.D.
>> >> >> >> > Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/
>> >> >> >> > email: sanjiva at wso2.com <mailto:sanjiva at wso2.com>; phone:
>> >> >> >> > +1
>> >> >> >> > 408
>> >> >> >> > 754 7388 x51726; cell: +94 77 787 6880
>> >> >> >> >
>> >> >> >> > blog: http://sanjiva.weerawarana.org/
>> >> >> >> >
>> >> >> >> > Lean . Enterprise . Middleware
>> >> >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > Architecture mailing list
>> >> >> >> > Architecture at wso2.org <mailto:Architecture at wso2.org>
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > --
>> >> >> >> > Lahiru Gunathilake
>> >> >> >> > Software Engineer - WSO2 Inc.
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > ------------------------------------------------------------------------
>> >> >> >> >
>> >> >> >> > _______________________________________________
>> >> >> >> > Architecture mailing list
>> >> >> >> > Architecture at wso2.org
>> >> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >> >> _______________________________________________
>> >> >> >> Architecture mailing list
>> >> >> >> Architecture at wso2.org
>> >> >> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > --
>> >> >> > Afkham Azeez
>> >> >> > azeez at wso2.com
>> >> >> > WSO2 Inc. http://wso2.com
>> >> >> > Blog: http://afkham.org
>> >> >> >
>> >> >> > _______________________________________________
>> >> >> > Architecture mailing list
>> >> >> > Architecture at wso2.org
>> >> >> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >>
>> >> >> Suminda Chamara Silva
>> >> >> Senior Software Engineer - QA
>> >> >> WSO2 Inc.
>> >> >> Mobilel: +94 718 302858
>> >> >> blog: http://chamaras.blogspot.com
>> >> >>
>> >> >> _______________________________________________
>> >> >> Architecture mailing list
>> >> >> Architecture at wso2.org
>> >> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Lahiru Gunathilake
>> >> > Software Engineer - WSO2 Inc.
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> Suminda Chamara Silva
>> >> Senior Software Engineer - QA
>> >> WSO2 Inc.
>> >> Mobilel: +94 718 302858
>> >> blog: http://chamaras.blogspot.com
>> >>
>> >> _______________________________________________
>> >> Architecture mailing list
>> >> Architecture at wso2.org
>> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >
>> >
>> >
>> > --
>> > Lahiru Gunathilake
>> > Software Engineer - WSO2 Inc.
>> >
>> > _______________________________________________
>> > Architecture mailing list
>> > Architecture at wso2.org
>> > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>> >
>> >
>>
>>
>>
>> --
>>
>> Suminda Chamara Silva
>> Senior Software Engineer - QA
>> WSO2 Inc.
>> Mobilel: +94 718 302858
>> blog: http://chamaras.blogspot.com
>>
>> _______________________________________________
>> Architecture mailing list
>> Architecture at wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>
>
> --
> Lahiru Gunathilake
> Software Engineer - WSO2 Inc.
>
--
Suminda Chamara Silva
Senior Software Engineer - QA
WSO2 Inc.
Mobilel: +94 718 302858
blog: http://chamaras.blogspot.com
More information about the Architecture
mailing list