You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dror Bereznitsky <dr...@gmail.com> on 2008/01/31 08:55:32 UTC

[ANN] Maven2 Dependency Analyzer 1.1-rc0 released

We are pleased to announce the release of Dependency Analyzer version
1.1-rc0

http://www.jfrog.org/sites/dep-analyzer/latest/

Release notes:
----------------------
Bug

   - [MDV-51 <http://www.jfrog.org/jira/browse/MDV-51>] - FATAL exception
   when starting dependency analyzer
   - [MDV-54 <http://www.jfrog.org/jira/browse/MDV-54>] - Cannot start
   dependency analyzer in path with blank spaces
   - [MDV-55 <http://www.jfrog.org/jira/browse/MDV-55>] - Viewer ignores
   dependencies, when marked as optional
   - [MDV-61 <http://www.jfrog.org/jira/browse/MDV-61>] - Optional
   dependency gets displayed, when dependent vertex has a mandatory edge, too.

Documentation

   - [MDV-49 <http://www.jfrog.org/jira/browse/MDV-49>] - Required
   propeties

Improvement

   - [MDV-47 <http://www.jfrog.org/jira/browse/MDV-47>] - Don't show
   excluded dependencies by default
   - [MDV-48 <http://www.jfrog.org/jira/browse/MDV-48>] - Better error
   messages for startup
   - [MDV-52 <http://www.jfrog.org/jira/browse/MDV-52>] - A refresh
   option
   - [MDV-53 <http://www.jfrog.org/jira/browse/MDV-53>] - Make it
   possible to copy dependency test to clipboard

New Feature

   - [MDV-32 <http://www.jfrog.org/jira/browse/MDV-32>] - Analyzing a
   Maven project
   - [MDV-42 <http://www.jfrog.org/jira/browse/MDV-42>] - Missing
   progress bar
   - [MDV-46 <http://www.jfrog.org/jira/browse/MDV-46>] - A packaging
   information to vertex tooltip

Sub-task

   - [MDV-44 <http://www.jfrog.org/jira/browse/MDV-44>] - Add modules
   support

Enjoy,
Dror Bereznitsky
The Jfrog Team

Re: [maven-checkstyle-plugin] Including test classes in report?

Posted by Wayne Fay <wa...@gmail.com>.
>From the docs:
includeTestSourceDirectory Include or not the test source directory to
be used for Checkstyle
Type: boolean
Since: 2.2

And you're using version 2.1.

Wayne

On 1/31/08, Hoover, William <wh...@nemours.org> wrote:
> Thanks for the hint!
>
> I tried the following, but it still does not work. Any ideas why?
>
>        <reporting>
>                <plugins>
>                        <plugin>
>                                <groupId>org.apache.maven.plugins</groupId>
>                                <artifactId>maven-checkstyle-plugin</artifactId>
>                                <version>2.1</version>
>                                <configuration>
>                                        <configLocation>nemours-checkstyle.xml</configLocation>
>                                        <includeTestSourceDirectory>true</includeTestSourceDirectory>
>                                </configuration>
>                        </plugin>
>                </plugins>
>        </reporting>
>
> -----Original Message-----
> From: Nick Stolwijk [mailto:nicklist@planet.nl]
> Sent: Thursday, January 31, 2008 2:54 PM
> To: Maven Users List
> Subject: Re: [maven-checkstyle-plugin] Including test classes in report?
>
>
> I see you can only give one sourcedirectory, but you can add the
> parameter "includeTestSourceDirectory" [1].
>
> Hth,
>
> Nick Stolwijk
>
> [1]
> http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includeTestSourceDirectory
>
> Hoover, William wrote:
> > Does anyone know a way to include test classes (src/test/java) in the checkstyle report? I am only recieving results for packaged classes (src/main/java)
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [maven-checkstyle-plugin] Including test classes in report?

Posted by "Hoover, William " <wh...@nemours.org>.
Thanks for the hint!

I tried the following, but it still does not work. Any ideas why?

	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-checkstyle-plugin</artifactId>
				<version>2.1</version>
				<configuration>
					<configLocation>nemours-checkstyle.xml</configLocation>
					<includeTestSourceDirectory>true</includeTestSourceDirectory>
				</configuration>
			</plugin>
		</plugins>
	</reporting>

-----Original Message-----
From: Nick Stolwijk [mailto:nicklist@planet.nl]
Sent: Thursday, January 31, 2008 2:54 PM
To: Maven Users List
Subject: Re: [maven-checkstyle-plugin] Including test classes in report?


I see you can only give one sourcedirectory, but you can add the 
parameter "includeTestSourceDirectory" [1].

Hth,

Nick Stolwijk

[1] 
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includeTestSourceDirectory

Hoover, William wrote:
> Does anyone know a way to include test classes (src/test/java) in the checkstyle report? I am only recieving results for packaged classes (src/main/java)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [maven-checkstyle-plugin] Including test classes in report?

Posted by Nick Stolwijk <ni...@planet.nl>.
I see you can only give one sourcedirectory, but you can add the 
parameter "includeTestSourceDirectory" [1].

Hth,

Nick Stolwijk

[1] 
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#includeTestSourceDirectory

Hoover, William wrote:
> Does anyone know a way to include test classes (src/test/java) in the checkstyle report? I am only recieving results for packaged classes (src/main/java)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


[maven-checkstyle-plugin] Including test classes in report?

Posted by "Hoover, William " <wh...@nemours.org>.
Does anyone know a way to include test classes (src/test/java) in the checkstyle report? I am only recieving results for packaged classes (src/main/java)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org