Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 904790 Details for
Bug 1106598
If ${project.build.directory} is not set to "target" then .mfiles-javadoc is not generated
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Simple test case spec file
MrTest.spec (text/x-rpm-spec), 888 bytes, created by
Mat Booth
on 2014-06-09 16:13:36 UTC
(
hide
)
Description:
Simple test case spec file
Filename:
MIME Type:
Creator:
Mat Booth
Created:
2014-06-09 16:13:36 UTC
Size:
888 bytes
patch
obsolete
>Name: MrTest >Version: 1 >Release: 1%{?dist} >Summary: MrTest Test Package > >License: Public Domain > >BuildRequires: maven-local > >%description >MrTest is a test package. > >%package javadoc >Summary: API documentation for MrTest > >%description javadoc >%{summary}. > >%prep >%setup -c -T > >mkdir -p src/main/java > >cat <<EOF >pom.xml ><project> > <modelVersion>4.0.0</modelVersion> > <groupId>uk.co.matbooth</groupId> > <artifactId>mrtest</artifactId> > <version>1.0.0</version> > <build> > <!-- If this is set to anything that is not the default value 'target' > the .mfiles.javadoc file is not generated --> > <directory>not-target</directory> > </build> ></project> >EOF > >cat <<EOF >src/main/java/MrTest.java >/** > * This is some javadoc. > */ >public class MrTest {} >EOF > >%build >%mvn_build > >%install >%mvn_install > >%files -f .mfiles > >%files javadoc -f .mfiles-javadoc >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106598
: 904790