You have to configure the idea plugin to fetch the sources. <project> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-idea-plugin</artifactId> <configuration> <jdkName>1.5.0_06</jdkName> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> <dependenciesAsLibraries>true</dependenciesAsLibraries> </configuration> </plugin> <plugins> <build> <project>
Roald Bankras Software Engineer JTeam b.v. -----Original Message----- From: Ahmet Işık [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 12:41 PM To: users@maven.apache.org Subject: maven idea plugin source association problem hi, i'm trying to make an idea project out of maven pom. i can generate the project with its library dependencies added with the idea plugin but sources are not associated with the libraries. the sources are present in the repository and i have stated to download sources in plugin configuration. what can be preventing idea plugin to associate sources with libraries? thanks in advance, regards, Ahmet --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.9.7/379 - Release Date: 6/29/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.9.7/379 - Release Date: 6/29/2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]