Is it possible to automatically download the 3.-3-SNAPSHOT via a pom.

I have added this plusing repository to my pom and it finds the
snapshot and downloads it

<pluginRepositories>
  <pluginRepository>
    <id>sonatype plugin</id>
    <name>Sonatype Repository</name>
    <url>http://repository.sonatype.org/content/groups/flexgroup/</
url>
     <snapshots>
      <enabled>true</enabled>
     </snapshots>
    </pluginRepository>
   </pluginRepositories>

However but other dependencies to org.graniteds:granite-generator-
share:jar:2.0.0.GA are missing in the repository and
there seems to be no jar in this directory.

http://repository.sonatype.org/content/groups/flexgroup/org/graniteds/granite-generator-share/2.0.0.GA/.

Are the dependencies in the sonatype repository wrong or missing or am
I pointing at the wrong repository?

James

On Aug 9, 9:25 am, develar <[email protected]> wrote:
> seehttps://issues.sonatype.org/browse/FLEXMOJOS-66— fixed in 3.3-
> SNAPSHOT
>
> >> Try 3.3-SNAPSHOT
>
> since 3.3-SNAPSHOT you can usehttps://issues.sonatype.org/browse/FLEXMOJOS-154
>
> On Aug 7, 7:28 pm, Marvin Froeder <[email protected]> wrote:
>
>
>
> > This warning was not working properly....
> > Try 3.3-SNAPSHOT
>
> > VELO
>
> > On Fri, Aug 7, 2009 at 11:56 AM, james <[email protected]> wrote:
>
> > > Hi
>
> > > I am puzzled as to how sourceDirectory, sourcePath and sourceFile
> > > work.
>
> > > Setting sourcePaths seems not to work.
>
> > > <sourcePaths>
> > >  <path>${basedir}/src/main/flex</path>
> > > </sourcePaths>
>
> > > if sourceDirectory is set to <sourceDirectory>${basedir}/src/main/
> > > flex</sourceDirectory>
> > > then it does find the sourceFile in the ${basedir}/src/main/flex
>
> > > Ideally I would like my mxml file to be in src/main/flex/com/company/
> > > view/Main.mxml and I thought that if I put specified sourceFile as
> > > <sourceFile>com/company/view/Main.mxml</sourceFile> it would pick it
> > > up but this results in "Source file not expecified and no default
> > > found!"
>
> > > It puts out a warning: [WARNING] Source file was not defined,
> > > flexmojos will guess one but I see from jira that this is an error.
>
> > > Are there any examples of how to use compile-swf where the source file
> > > is not in src/main/flex?
>
> > > James- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to